Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perl-beginner · Perl Beginners Mailing List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3765
  • Category: Perl
  • Founded: Aug 2, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 26362 - 26393 of 27459   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
26362 giovanimarcondes
giovanimarco... Send Email
Aug 23, 2008
4:00 pm
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...
26363 merlyn@...
merlynstoneh... Send Email
Aug 24, 2008
11:44 am
... giovanimarcondes>; To begin to develop our Central Authentication, we will define the giovanimarcondes>; basic module that will work. The hard part about...
26364 giovanimarcondes
giovanimarco... Send Email
Aug 25, 2008
4:33 pm
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...
26365 merlyn@...
merlynstoneh... Send Email
Aug 25, 2008
5:59 pm
... giovanimarcondes>; It captures the results directly from Google. ... which is a violation of Google's agreement. Please don't post such code. -- Randal L....
26366 Jeff Shu
santa98bn Send Email
Aug 26, 2008
7:18 am
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...
26367 Amit Saxena
learn.tech123@... Send Email
Aug 26, 2008
8:43 am
... Hi, I doubt why the printf is used for adding spaces to the right of the string where the DOT operator will work easily. Though I am not very clear about...
26368 giovanimarcondes
giovanimarco... Send Email
Aug 26, 2008
9:57 pm
Merilyn, a little atenttion. This is a service offered by Google! It's not stealed! Google by it self provides the SOAP interface! I just did an attempt to...
26369 a_z0_9_blah Send Email Aug 26, 2008
11:47 pm
... 0's ... 0's to ... my ... You would have known what the problem was if you had used warnings! When I ran your program using warnings, it gave me the...
26370 a_z0_9_blah Send Email Aug 27, 2008
6:19 pm
... 0's ... 0's to ... my ... $pad_len, ... If my previous reply sounded curt, I apologize :-) Sometimes, what you mean to express in a helpful way doesn't...
26372 fast.linux Send Email Sep 1, 2008
9:00 am
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...
26373 Charles K. Clarkson
charlesclarkson Send Email
Sep 1, 2008
4:25 pm
... 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....
26374 fast.linux Send Email Sep 1, 2008
5:51 pm
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...
26375 draktrax Send Email Sep 1, 2008
7:08 pm
... could be ... my code ... the perl ... select ... randomize the ... array. ... random card ... cards ... write an ... Same vein, different approach ...
26376 shanniknite Send Email Sep 3, 2008
1:30 am
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> ...
26377 ricenwater Send Email Sep 3, 2008
1:40 am
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...
26378 Charles K. Clarkson
charlesclarkson Send Email
Sep 3, 2008
11:37 am
... [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 ...
26379 giovanimarcondes
giovanimarco... Send Email
Sep 3, 2008
3:37 pm
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...
26380 shanniknite Send Email Sep 3, 2008
6:38 pm
It finally works. I just added www. Thanks for the help....
26382 fast.linux Send Email Sep 3, 2008
7:55 pm
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....
26383 Charles K. Clarkson
charlesclarkson Send Email
Sep 3, 2008
8:21 pm
... 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...
26384 Charles K. Clarkson
charlesclarkson Send Email
Sep 3, 2008
8:31 pm
... [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...
26385 Jeff Shu
santa98bn Send Email
Sep 5, 2008
4:17 am
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...
26386 Charles K. Clarkson
charlesclarkson Send Email
Sep 6, 2008
2:10 pm
... 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...
26387 MAJID AGHA AMINI
amini4 Send Email
Sep 6, 2008
10:05 pm
hi dear i think , u must check nph in first  use CGI qw(-nph); ... From: shanniknite <shanniknite@...> Subject: [PBML] Re: Redirection of perl script...
26388 Jeff Shu
santa98bn Send Email
Sep 7, 2008
3:05 am
... <cclarkson@...> wrote: Hello Charles: Thanks for the explanation. I will use undef $sftp; in my ftp_send function....
26389 Arafatul Islam
doneara Send Email
Sep 8, 2008
8:08 pm
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...
26390 C.Y./J.E. Cripps
cycmn@... Send Email
Sep 8, 2008
8:21 pm
... 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...
26391 Charles K. Clarkson
charlesclarkson Send Email
Sep 8, 2008
10:05 pm
... You mean go to CPAN, right? http://www.cpan.org/ http://www.cpan.org/scripts/index.html Or Perlmonks (which is often peer reviewed): ...
26392 miriam_varghese Send Email Sep 10, 2008
3:27 am
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...
26393 Jins Thomas
hellojins Send Email
Sep 10, 2008
6:45 am
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...
Messages 26362 - 26393 of 27459   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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