First  |  Prev |  Next  |  Last
Pages: 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
FAQ 1.6 What is Perl 6?
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 . --------... 1 Feb 2008 15:20
Trying to properly use WWW::Mechanize
File Under: Haven't done Perl in several hundred years I have a Perl script I wrote that for now simply "scrapes" an SSL site and handles its contents: #!/strawberry/perl/bin/perl use Crypt::SSLeay; use WWW::Mechanize; my $file = "C:\\Documents and Settings\\me\\Desktop\\index.html"; my $mech = WWW::Me... 1 Feb 2008 21:26
FAQ 1.1 What is 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 . --------... 1 Feb 2008 09:12
post or get message posting
Hi I have a form I need to post to with perl.The form is too big, but here is the key. It has no "type', as it's a message box input. How can I post to it? Thanks. <textarea class="ygta post-input-border" rows="10" cols="60" id="message"name="message" tabindex="3"></textarea> </label> ... 1 Feb 2008 07:23
Find file and add to classpath
Hi, I am trying to find files in a directory (recursive in other directories) that matches the following expression, org.eclipse.equinox.launcher_*.jar: I have tried the following: my $classpath; find(\&equinox, '.'); sub equinox { my $file = $File::Find::name; #return unless -f $file; if ($f... 1 Feb 2008 06:50
Posting Guidelines for comp.lang.perl.misc ($Revision: 1.8 $)
Outline Before posting to comp.lang.perl.misc Must - Check the Perl Frequently Asked Questions (FAQ) - Check the other standard Perl docs (*.pod) Really Really Should - Lurk for a while before posting - Search a Usenet archive If You Like - Check Other Re... 1 Feb 2008 03:33
FAQ 7.15 How can I pass/return a {Function, FileHandle, Array, Hash, Method, Regex}?
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 . --------... 1 Feb 2008 03:33
FAQ 2.4 I copied the perl binary from one machine to another, but scripts don't work.
This is an excerpt from the latest version perlfaq2.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 . --------... 1 Feb 2008 00:45
Obscure baffling "module not exported" error: can someone helpme find the cause?
attn.steven.kuo(a)gmail.com wrote: First of all, you have a couple of modules that mutually use each other, namely: NFBT::ServerLib and NFBT::Utilities::Server this is generally a bad idea and you should consider refactoring; see the discussion here: http://www.perl.com/pub/a/2000/07/p5... 1 Feb 2008 00:45
Obscure baffling "module not exported" error: can someone help me find the cause?
On Jan 31, 12:20 pm, Henry Law <n...(a)lawshouse.org> wrote: (snipped) Now for the description of the code itself, which is a bit involved, despite my having condensed it down to its bare essentials. If you're prepared to help me make sense of this thenhttp://www.lawshouse.org/perl/Problem.jpgshows th... 1 Feb 2008 00:45
First  |  Prev |  Next  |  Last
Pages: 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194