Hi all, I would like to ask one doubt regarding usage of $# in perl 5.8 and perl 5.10 Actually i was running one old perl code which contained $lnumParamNames...
Hey I installed Active-Perl from perlmonks.com through the link "http://www.activestate.com/Products/ActivePerl/ " that they have mentioned in there.... I got...
Hye All Get your PERL code free!! It will enable programmers to be more expressive by giving them more tools to work with (making easy things easy) and...
Hello Everyone: I am uisng NET::SFTP module to access a remote server. Everyone 5 minutes, there is cron job calling my script to upload file onto the remote...
Im trying to redirect a perl/cgi script to an html file but its not working. Page displays an error and stays on cgi page. form page: <!c12ex3a.html> <html> ...
... [snip] c11ex4a.cgi has a syntax error in it and will not run. We could guess what your code really looks like, but I'd rather you just show us the code you...
I created a card shuffling program and it works fine. However, for my project I am to place the shuffling part of my code in a separate script as a subroutine....
To all who have a great system of information and want to present to their customers only a clear and objective content, can be assured that the RSS feed is...
Has anyone had any experience with HOTT? http://www.traininghott.com/ I am looking to take a perl course and I wanted to actually take a class from Learning...
Here is a basic card shuffling program I wrote. I am sure it could be tweaked but it works. I am learning about developing perl libraries. How do I remove my...
hello everyone: I am trying to use sprintf function to add white space or leading 0's to a string(padding spaces to the right of the string, padding 0's to the...
Hi everybody, I'll bring you a script that i've made to show how to get a Google Search Engine working! It captures the results directly from Google. Returns...
To begin to develop our Central Authentication, we will define the basic module that will work. use CGI; Instanciando the CGI in $ my_cgi for example, can use...
Hello, I am looking for a little help. I am trying to convert names into login ids. I want all lower case and i want to remove any hyphens, apostrophes and...
my field is biotechnogy , but i wish to learn pearl programming. Don't know how begin that. From where i can get its software. Please tell the basic things to...
As the business war on the air is hotting up with so many low-budget airlines dominating the sky, the passengers can now enjoy the best deals. The webguide -...
I'm doing a Perl SSH script and when I try to excite a command in my remote server login bin directory it can't find it. Although it does work when I give it...
The following does almost exactly what I want it to: socket(RSSH, PF_INET, SOCK_STREAM, getprotobyname('tcp39;)) or die "couldn39;t open a socket? $!\n"; my...
Hi, I am new. After downloading ActivePerl from www.activestate.com, I start the OLE Browser and receive the following message: Internet Explorer could not...
I want to convert my perl script to an executable format. If I have game.pl in Perl script. I can convert to game.exe. How can can I make game.exe to become an...
HI All, I am using Net::Telnet. $ok = $t->cmd(String => $bldcmd); $bld_line = $t->getline; while($bld_line =~ /Build completed on|Build failed on/) { $bld_line...
My difficulty is this: In this code foreach my $coded (sort keys %main::codestructure) { foreach my $wording (sort $main::codestructure{@coded}) { print...
Hello again, When I found this error message: Global symbol "@coded" requires explicit package name at codest08.pl line 104. it was not the first time I had...
Hi everyone.. I'd like to know if anyone has ever used Tie::File module (Perl environment).. I am having problem in writing to another file whenever I use this...
Hi guys, I have something rather strange. I was looking up for some solution but could not find any answer. We use GD::Graph::lines to plot data, mostly left...
Hello all, A pleasure to join you! What does it mean when my compiler tells me this? "my" variable @wordlist masks earlier declaration in same scope at ...
Hello All, I have a small query about this code. I had earlier asked you this problem, but that time I had mentioned the directories in terms of number s and...
Dear Friends, $sth-rows() returns "affected rows 1" even if there is no change in the database while update. How do I get "0" when there is no change in the...