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...
... You don't. At least, not in modern perl. We tend to use modules to hold reusable code. You can learn more about modules by reading the perl documentation....
Thanks for the suggestions and thanks for the critique of my shuffling code. Your examples are very cool. I'm off to tweak my code a bit more. Thanks for your...
... could be ... my code ... the perl ... select ... randomize the ... array. ... random card ... cards ... write an ... Same vein, different approach ...
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> ...
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...
... [snip] What is the error that is displayed? I tested your redirect solution like this and it works fine on an IIS server running perl 5.8. #!/usr/bin/perl ...
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...
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....
... Are you following a course on this? How old is the course. ... [snip] You never even call shuffle() the first time. The require call does not automatically...
... [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...
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...
... There is no concept for logging off or for closing the SFTP connection in the Net::SFTP docs or in the source code. Also, there is no DESTROY method in...
hi dear i think , u must check nph in first use CGI qw(-nph); ... From: shanniknite <shanniknite@...> Subject: [PBML] Re: Redirection of perl script...
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...
... this is a Perl list (for perl questions) ... At the present moment, I'm disabling expressiveness; kids could be reading this list, you know. ... As in...
C.Y./J.E. Cripps
cycmn@...
Sep 8, 2008 8:21 pm
26391
... You mean go to CPAN, right? http://www.cpan.org/ http://www.cpan.org/scripts/index.html Or Perlmonks (which is often peer reviewed): ...
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...
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...
... Just to be certain. You need to go to the Internet Options dialog in IE. Click on the Security tab and select the Custom Level... button. Then enable the...
... %# hash ? What's that, I am not aware of this. Is this something like dereferencing etc ? Regards, Amit Saxena [Non-text portions of this message have been...
Amit Saxena
learn.tech123@...
Sep 10, 2008 2:28 pm
26397
From: "Amit Saxena" <learn.tech123@...> ... God knows (well, perl porters probably do as well) I though it's nothing special, just an ordinary hash ......
... Hello Jenda, I think i tried to use bold higlighting and hence the problem of too many * s in between Actual code is my @lparams= qw/hello how are you/; my...
Jins Thomas wrote: [snip] ... my @lparams = qw/hello how are you/; my $lparamNames = \@lparams; print $#lparams, " is the last index of the \@lparams...
... Do you have the specification for the .msg file? We would need to know how the file is organized to munge the data into that format. I assume you already...
Hi Charles, I am new to perl. My requirement is simple. 1. I have a automated system, which will generates report saved in XML file 2. I want to convert the...