FAQ 8.26 Why doesn't open() return an error when a pipe open fails? #18013 (11/23/2008 8:03:02 PM) 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 ... brian125(4408)
failed perl upgrade358 (11/23/2008 6:48:54 AM) I just started learning perl and I currently have perl 5.8.8 installed on mac os x 10.5.5. I tried to install perl 5.8.9 rc1 but the make install command failed because it couldn't find my C compiler. Could thi... afith13
DBD::Pg installation under Vista257 (11/22/2008 10:50:18 PM) Hey, i want to access PostgreSQL 8.3 from Perl 5.10.0 under Vista. Therefore I need the DBD::Pg driver. Because it isn't available on ActiveState I downloaded a binary version from PgFoundry and installed it w... Martin
Dose package name has to be the same as the filename? (for OO)652 (11/21/2008 2:51:31 AM) Hi, In this webpage, the package name is the same as the filename. http://www.tutorialspoint.com/perl/perl_oo_perl.htm I checked some perl modules, it seems that the filename is always the same as the packag... Peng
use constant XX => ( ...548 (11/19/2008 10:06:09 AM) Hi Group, There are two syntax for the "use constant" pragma: to declare a scalar or to declare a list. use constant CONST => scalarvalue; use constant LIST => qw( listitem1, listitem2, listitem3); I've ... Julian
atoi/atof1450 (11/14/2008 2:31:25 AM) Hi all I was messing around with a perl script and realized converting strings to integers/floats is iffy on perl (compared to C). There is all this mention of atoi/atof being system dependent etc and so I fou... debjyoti(6)
FAQ 8.27 What's wrong with using backticks in a void context? #17017 (11/23/2008 8:03:01 AM) 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 ... brian125(4408)