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...
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...
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...
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
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@...
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...
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
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
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
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
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
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
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
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
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
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...
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
Sep 3, 2008 6:38 pm
It finally works. I just added www. Thanks for the help....
26382
fast.linux
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
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
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
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
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
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
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
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@...
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
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
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
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...