Search the web
Sign In
New User? Sign Up
perl-beginner · Perl Beginners Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26372 - 26404 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26372
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...
fast.linux
Offline Send Email
Sep 1, 2008
9:00 am
26373
... 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....
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 1, 2008
4:25 pm
26374
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...
fast.linux
Offline Send Email
Sep 1, 2008
5:51 pm
26375
... could be ... my code ... the perl ... select ... randomize the ... array. ... random card ... cards ... write an ... Same vein, different approach ...
draktrax
Offline Send Email
Sep 1, 2008
7:08 pm
26376
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> ...
shanniknite
Offline Send Email
Sep 3, 2008
1:30 am
26377
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...
ricenwater
Offline Send Email
Sep 3, 2008
1:40 am
26378
... [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 ...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 3, 2008
11:37 am
26379
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...
giovanimarcondes
giovanimarco...
Offline Send Email
Sep 3, 2008
3:37 pm
26380
It finally works. I just added www. Thanks for the help....
shanniknite
Offline Send Email
Sep 3, 2008
6:38 pm
26382
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....
fast.linux
Offline Send Email
Sep 3, 2008
7:55 pm
26383
... 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...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 3, 2008
8:21 pm
26384
... [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...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 3, 2008
8:31 pm
26385
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...
Jeff Shu
santa98bn
Offline Send Email
Sep 5, 2008
4:17 am
26386
... 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...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 6, 2008
2:10 pm
26387
hi dear i think , u must check nph in first  use CGI qw(-nph); ... From: shanniknite <shanniknite@...> Subject: [PBML] Re: Redirection of perl script...
MAJID AGHA AMINI
amini4
Offline Send Email
Sep 6, 2008
10:05 pm
26388
... <cclarkson@...> wrote: Hello Charles: Thanks for the explanation. I will use undef $sftp; in my ftp_send function....
Jeff Shu
santa98bn
Offline Send Email
Sep 7, 2008
3:05 am
26389
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...
Arafatul Islam
doneara
Offline Send Email
Sep 8, 2008
8:08 pm
26390
... 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@...
Send Email
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): ...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 8, 2008
10:05 pm
26392
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...
miriam_varghese
Offline Send Email
Sep 10, 2008
3:27 am
26393
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...
Jins Thomas
hellojins
Offline Send Email
Sep 10, 2008
6:45 am
26394
... 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...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 10, 2008
7:17 am
26395
From: "Jins Thomas" <hellojins@...> ... This seems to use the %# hash, not the $# scalar. But there is way too many *s. Send us the exact code and...
Jenda Krynicky
jendaperl
Offline Send Email
Sep 10, 2008
11:39 am
26396
... %# 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@...
Send Email
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 ......
Jenda Krynicky
jendaperl
Offline Send Email
Sep 10, 2008
11:52 pm
26400
... 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
hellojins
Offline Send Email
Sep 11, 2008
7:36 am
26401
Hi All, I have a XML file with following information <mail> <from>samuel.n@...</from> <to>n.samuel79@...</to> <cc>samuelmen@...</cc> ...
n.samuel79
Offline Send Email
Sep 11, 2008
9:08 am
26402
Jins Thomas wrote: [snip] ... my @lparams = qw/hello how are you/; my $lparamNames = \@lparams; print $#lparams, " is the last index of the \@lparams...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 11, 2008
10:11 am
26403
... 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...
Charles K. Clarkson
charlesclarkson
Offline Send Email
Sep 11, 2008
10:15 am
26404
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...
n.samuel79
Offline Send Email
Sep 11, 2008
12:48 pm
Messages 26372 - 26404 of 26720   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help