... Have your read the documentation form CPAN and followed the links from here? I think the fifth FAQ question in the CPAN docs (linked from this link)...
Greetings, I am trying to install bioperl module in a remote server where i have a shell account. I dont have root access to this account. So i need to know...
hi i hav got the solution... by changing the permissions... have another problem!!!!! I hav IP addr 90 as my Dataserver(ds)... 70 as my web-server(ws) ...
Hello all, I have some cgi scripts in my /cgi-bin directory on my server. I want to have some utility-type scripts or packages in the same directory for...
... smhinchy> I have some cgi scripts in my /cgi-bin directory on my server. I would almost certainly bet that you do *not* have files in /cgi-bin, next to...
... Actually it is /cgi-bin, right after /bin and before /conf. My http files are in /httpdocs. ... directory ... when I use the ... have even ... I tried...
You helped me track it down, and it was an error on my part. I don't know why, but I used the extension .pm instead of .pl. require "./news.pl"; Works just...
i'm using io::sockets::inet to listen for incoming sockets, how do i obtain my client's IP address.. or hostname.. any body .. will know this answer please...
Hi just try this. u can get ip and subnet mask. if u want ge the host name , u can use win32::GetHostName().. #To find IP address and subnet mask of the...
Thanks for quick response dhana, But having one dout, iam checking CPAN in that win32::GetHostName() is not there.. ok.. any have iam using io::sockets::inet...
Hi, I have one doubt , while executing the program we are giving the command line arguments .. right.. then this arguments having any fixed number . I mean...
Hi all I m using Perl with CGI to write scripts, and very well comfortable with Perl Connectivity to CGI. I m using pattern-matching so that i 'll be able to...
... $output_string is what you intend to return to the user. $string_to_match is that regular expression or string you want to match. $output_string =~...
... This is operating system or shell dependent. I believe the limitation is more the length of the command line in characters than it is the length in...
... win32::GetHostName() is not there.. ... to get Host name and IP address .. i checked in CPAN and i think so "peerAddre()" is using getting the Host name...
Hi all I m trying "Database Connectivity" using Perl but the problem is that i'm not able to locate the module named "WIN32::ODBC" with extension '.pm'; I'm...
... It should be in the activeperl version, I know nothing about the perledit version. Do a perl -V and look at the directories in @INC at the bottom. Check...
Dear Sethi, you will have to give a DSN name in creating an odbc obeject. For creating the DSN, use Win32::ODBC::ConfigDSN with database path, username...
Hi this is madhan, i have a problem with CVS(Concurrent Versioning System). I have a requirement for administration purpose, i want to display the directory...
hi, iam working on windowsXP and and i want to connect the oracle for that i install DBI and DBD::Oracle module sucessfully. This is the code: use DBI; print...
... You are truncating some important environment variables. Namely LD_LIBRARY_PATH and PATH. Use ".=" to avoid truncation. ... First place to look would be...
Hi all, I have created a dll written in Perl. This dll would manipulate the text passed to it and returns a scalar variable. I use this dll in VB Macro. A part...
Hi, I am pursuing an automation project and have selected Perl as my choice and am looking for ideas or hints in how I can actually read and store every object...
is it the same as perl? I want to learn about perl I don't have a software. Can someone give me a link? Just the plain perl for DOS. Anyway what are the...
ActivePerl is a distribution of Perl. If you are using Windows, ActivePerl is your best alternative. http://www.activestate.com/Products/ActivePerl/?mp=1 DOS?...
... acebeentura> is it the same as perl? I want to learn about perl I don't have a acebeentura> software. Can someone give me a link? Just the plain perl for ...
Hello all, I've been tasked with writing some kind of server side code to download a file (a jpg) from the client's computer to a new printer we're making. Is...
Hai Folks, I have a very small clarification in pattern matching, though it seems to be so silly I'm not able to find a solution, please help me in this...
Hai Folks, I have a doubt and i'm breaking my head for this. I'm currently working on a image conversion project. I want to read all the tags from each tiff...