|
FAQ 1.16 How can I convince others to use Perl? This is an excerpt from the latest version perlfaq1.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 . --------... 22 Apr 2008 20:12
Question about wwwboard perfuctory Hi I often post to a wwwboard message board and after each of the usernames it appears as such.. Alan[7832.4259] I asked the operator of the site what the numbers meant and the .4259 represents some characteristics of the computer used to post and the 7832 reprsents the IP address, or at least thats what I ... 22 Apr 2008 19:24
complete perl-package(IDE, IAprompt etc), where? .com or .org? is there a complete IDE with an interactive prompt that i can download? what si the diffrence between perl.com and perl.org? is it the same language? do they include IDEs etc? ... 22 Apr 2008 17:49
mod_perl and parallel Perl versions I have installed Perl 5.10.0 on my Linux box to be available together with the vendor supplied Perl 5.8.1. When running programs under mod_perl, the old Perl version is utilized. How can I make mod_perl use Perl 5.10.0? Can mod_perl be configured so I can select Perl version on-the-fly? -- Gunnar Hjalmars... 22 Apr 2008 15:25
Trying to fetch Basic Auth header in Mason I have a very simple internal web application "protected" (more or less) by HTTP Basic Auth. The app is written using Mason, and I'm trying to have it fetch the username of the current user from the HTTP headers. At a high-level, one could do this by fetching the value of the header "Authorization", which lo... 22 Apr 2008 15:25
FAQ 1.12 What's the difference between "perl" and "Perl"? This is an excerpt from the latest version perlfaq1.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 . --------... 22 Apr 2008 13:48
floating bar in the line chart Hello, How can create a line chart with bar in the graph ? I am using perl+win32 Thanks in advance. Regards, Thobias ... 22 Apr 2008 11:24
Extract javascript strings using regex Hey all, I've been trying to hammer away at this, and I just can't figure it out. I'm hoping a regular expressions guru can help me out. I'm trying to parse a retrieved javascript file to extract the parameters out of a function call. Here's a contrived line that represents what will be fetched: foo('paramet... 22 Apr 2008 09:42
FAQ 1.13 Is it a Perl program or a Perl script? This is an excerpt from the latest version perlfaq1.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 . --------... 22 Apr 2008 02:09
To find a quick way to list all files in the directory(and subdirectory) On Apr 21, 4:46 pm, "lofenee" <lofe...(a)gmail.com> wrote: Is there any function or module that can be used to list the content of a directory recursively? Like `ls -R`, but it doesn't work everywhere. File::Find ? ... 22 Apr 2008 01:22 |