First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
FAQ 7.19 What's the difference between deep and shallow binding?
This is an excerpt from the latest version perlfaq7.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 29 Mar 2010 18:05
CGI redirect method opens new browser window
Hi, I am creating a login form that redirects the user to a different page after they are authenticated. It is redirecting them, always opens up the new page in a seperate browser window/tab and leaves the login form open. I was hoping to have it perform the redirect in the same browser window that they are usin... 29 Mar 2010 18:05
Are there any good tutorials for writing perl cell phone programs?
On 29/03/2010 18:08, Steve wrote: On Mar 29, 9:28 am, mer...(a)stonehenge.com (Randal L. Schwartz) wrote: "Steve" == Steve<st...(a)staticg.com> writes: Steve> I wanted to know if there were any decent sites out there that have Steve> tutorials for creating perl programs on cell phones. Wh... 30 Mar 2010 05:02
Are there any good tutorials for writing perl cell phone programs?
I wanted to know if there were any decent sites out there that have tutorials for creating perl programs on cell phones. ... 29 Mar 2010 23:36
FAQ 7.16 How do I create a static variable?
This is an excerpt from the latest version perlfaq7.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 29 Mar 2010 12:27
FAQ 8.46 What's the difference between require and use?
This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 29 Mar 2010 06:55
FAQ 5.36 Why doesn't glob("*.*") get all the files?
This is an excerpt from the latest version perlfaq5.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 29 Mar 2010 00:26
unary minus strangeness
% perl -E'say -0' 0 % perl -E'say -undef' -0 % perl -E'say(("-0")? 1 : 0)' 1 % perl -E'say((-undef)? 1 : 0)' 0 % perl -E'say ref -undef' what is a -0 supposed to be and why does undef evaluate to it? it is apparently not the string "-0", nor is it a ref with that string value; is this some sort of magica... 31 Mar 2010 19:55
FAQ 7.26 How can I find out my current or calling package?
This is an excerpt from the latest version perlfaq7.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 23 Apr 2010 20:47
FAQ 9.17 How do I check a valid mail address?
This is an excerpt from the latest version perlfaq9.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 28 Mar 2010 06:47
First  |  Prev |  Next  |  Last
Pages: 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82