Database usage best practices1435 (9/26/2012 4:15:03 PM) comp.lang.perl.misc I just came accross the following statement in the DBI::Class
documentation,
,----
| Class::DBI provides a convenient abstraction layer to a database.
|
| It not only provides a simple database to objec... rweikusat(2679)
Is Perl dying or not?1933 (10/20/2012 2:43:53 AM) comp.lang.perl.misc Let me first state that I a perl user, since 1996, I have been always
very happy with perl. I have written 1,430 perl scripts and modules. I
am self employed and make most of my income from websites that I wr... Ignoramus7380
a survey of templates1124 (12/3/2012 8:53:14 AM) comp.lang.perl.misc I've been reading up on template tutorials tonight. I'd like to discuss
the tools that are available for these types of tasks in their
diversity, as this is definitely one of those areas where there's more... cal819(188)
CGI Question #276173 (12/29/2012 4:55:31 PM) comp.lang.perl.misc Question: What type permissions should be assigned to different types of
CGI files and directories?
A Perl language CGI Internet Bulletin Board program is being
developed for use at one of my Web... edgrsprj(81)
system commands exit 11318 (2/20/2013 6:28:10 PM) comp.lang.perl.misc Hello list,
I cannot seem to figure out why theses commands are returning 1;
wget returns 1 with "bad file descriptor"
curl returns 1 with " ENOTTY (Inappropriate ioctl for device)"
Any assistance wou... rocallen(4)
This looks like a Perl bug2411 (4/18/2013 3:33:12 PM) comp.lang.perl.misc # it should print string, string but it prints string number
# there is no explanation for this behavior
weird('2') for 1..2;
sub weird {
my $num = $_[0] eq '' ? 0 : $_[0] ^ $_[0] ? 0 : 1;
my $col = $_... noads.gravitalsun.adsno(1)