Description:
Perl language. (Moderated)
|
|
|
Welcome - read this first!
|
| |
Archive-Name: perl-faq/moderated/welcome Comp-lang-perl-moderated-archi ve-name: welcome Posting-Frequency: weekly Version: $Id: FAQ,v 1.55 2008/03/03 15:47:27 gbacon Exp $ URL: [link] Maintainer: Greg Bacon <gba...@hiwaay.net> Copyright-Notice: see Section 14 [ A recent copy of this document can be obtained via anonymous FTP as... more »
|
|
Welcome - read this first!
|
| |
Archive-Name: perl-faq/moderated/welcome Comp-lang-perl-moderated-archi ve-name: welcome Posting-Frequency: weekly Version: $Id: FAQ,v 1.55 2008/03/03 15:47:27 gbacon Exp $ URL: [link] Maintainer: Greg Bacon <gba...@hiwaay.net> Copyright-Notice: see Section 14 [ A recent copy of this document can be obtained via anonymous FTP as... more »
|
|
Welcome - read this first!
|
| |
Archive-Name: perl-faq/moderated/welcome Comp-lang-perl-moderated-archi ve-name: welcome Posting-Frequency: weekly Version: $Id: FAQ,v 1.55 2008/03/03 15:47:27 gbacon Exp $ URL: [link] Maintainer: Greg Bacon <gba...@hiwaay.net> Copyright-Notice: see Section 14 [ A recent copy of this document can be obtained via anonymous FTP as... more »
|
|
Print output of subroutines captured in backticks?
|
| |
Hi, In ksh, I can do something like this: blat() { print "blat says foo" return 0 ...junk=`blat` rv=$? In which case, "$junk" holds "blat says foo", while "$rv" holds 0, or whatever blat() actually returns. This is really useful in capturing an error message from the function, as well as the actual return code.... more »
|
|
Welcome - read this first!
|
| |
Archive-Name: perl-faq/moderated/welcome Comp-lang-perl-moderated-archi ve-name: welcome Posting-Frequency: weekly Version: $Id: FAQ,v 1.55 2008/03/03 15:47:27 gbacon Exp $ URL: [link] Maintainer: Greg Bacon <gba...@hiwaay.net> Copyright-Notice: see Section 14 [ A recent copy of this document can be obtained via anonymous FTP as... more »
|
|
Perl and sendmail volume limit?
|
| |
Hi I have some code which essentially does this: open my $fh, "|path/to/sendmail -t -oi -oem"; print $fh, "some text"; close $fh; It is being called in a mod_perl context. I've been advised that we may receive up to 13,000 requests per second for this piece of code - peak. What limits do I need to worry about?... more »
|
|
Welcome - read this first!
|
| |
Archive-Name: perl-faq/moderated/welcome Comp-lang-perl-moderated-archi ve-name: welcome Posting-Frequency: weekly Version: $Id: FAQ,v 1.55 2008/03/03 15:47:27 gbacon Exp $ URL: [link] Maintainer: Greg Bacon <gba...@hiwaay.net> Copyright-Notice: see Section 14 [ A recent copy of this document can be obtained via anonymous FTP as... more »
|
|
Welcome - read this first!
|
| |
Archive-Name: perl-faq/moderated/welcome Comp-lang-perl-moderated-archi ve-name: welcome Posting-Frequency: weekly Version: $Id: FAQ,v 1.55 2008/03/03 15:47:27 gbacon Exp $ URL: [link] Maintainer: Greg Bacon <gba...@hiwaay.net> Copyright-Notice: see Section 14 [ A recent copy of this document can be obtained via anonymous FTP as... more »
|
|
Welcome - read this first!
|
| |
Archive-Name: perl-faq/moderated/welcome Comp-lang-perl-moderated-archi ve-name: welcome Posting-Frequency: weekly Version: $Id: FAQ,v 1.55 2008/03/03 15:47:27 gbacon Exp $ URL: [link] Maintainer: Greg Bacon <gba...@hiwaay.net> Copyright-Notice: see Section 14 [ A recent copy of this document can be obtained via anonymous FTP as... more »
|
|
Welcome - read this first!
|
| |
Archive-Name: perl-faq/moderated/welcome Comp-lang-perl-moderated-archi ve-name: welcome Posting-Frequency: weekly Version: $Id: FAQ,v 1.55 2008/03/03 15:47:27 gbacon Exp $ URL: [link] Maintainer: Greg Bacon <gba...@hiwaay.net> Copyright-Notice: see Section 14 [ A recent copy of this document can be obtained via anonymous FTP as... more »
|
|
|