I am running Red Hat Linux 9 2.4.20-31.9. My perl version is 5.8.0 Here is the error that I am getting "Split loop at ./cf3p_watch.pl line 29." This...
Pls approve... Urgent response needed.!!!!!!!! hello all I am facing trouble while creating dynamic pages with perl. I have a perl (.pl) file in which i am...
can u send the code that u have written !! What error u r getting after running the perl file ? Try running the perl file from command prompt and see u are...
Hi I would suggest to call exec function to call Dynamic Html File, which should be later after creating log file. or else create a package and import it in...
... You need an urgent response and you use this subject! That's not very likely to happen. More people respond to helpful subjects than to erroneous ones. ...
hi ..All please can u able to solve this problem.. i am using the linux .in that we have perlv5.8.0 version.. i want to instal the HTML::Template Module .....
Why dont you upgrade your Perl version ? -Pavan gopal singh <kgopal_sh@...> wrote: hi ..All please can u able to solve this problem.. i am using the...
hi. pavan. how i can upgrade the latest version.. gopi.. Pavan Kandepet <kandepet_pavan@...> wrote: Why dont you upgrade your Perl version ? -Pavan gopal...
If you are using a rpm based linux distribution, then download the latest perl rpm file and type "rpm -Uvh perl-version.rpm" as root. -Pavan gopal singh...
thank u pavan.. now i came to know .. but i have one dout.. in that linux mechine ..having some files .. which are related to perl ie., pl files..it wont...
thank u pavan.. please keep in touch.. if any ican reveal.. right.. gopi.. Pavan Kandepet <kandepet_pavan@...> wrote: No i dont think so, all the newer...
... 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...