Description:
The Perl language in general.
|
|
|
FAQ 2.14 Where are the archives for comp.lang.perl.misc?
|
| |
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 [link] .... more »
|
|
Avoiding Perl warning "uninitialized value"
|
| |
Hi I get a warning message "Use of uninitialized value $3 in hash element at test.pl line 13." when I run the code below (using Perl 5.10). How I can fix this in a neat way ? Thanks for any help ! [code] !/usr/bin/perl -w use strict; my %fs; my @df; $df[0] = "udev 125320 152 125168 1% /dev"; foreach (@df)... more »
|
|
FAQ 4.2 Why is int() broken?
|
| |
This is an excerpt from the latest version perlfaq4.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 [link] .... more »
|
|
NET::Telnet question
|
| |
Does anyone know of a way to set the default terminal type using NET::Telnet to a tvi955? The server I am telneting into has an application that executes on login and opens up a menu system. There is no command line and no way to get to the command line so I can't send any type of set term command to the server. I must log in as a tvi955 or I get a bunch of... more »
|
|
Quick CGI question (specific to the CGI package)
|
| |
I am using CGI, and have been able to do most of the things I need to do, until now. With package CGI (and my question is specific to what is in that package and what I might have to do beyond what it intrinsicly supports), the documentation beginning with the title "CREATING A STANDARD HTTP HEADER" gives, among other examples, the following... more »
|
|
Perl Logo
|
| |
Is there a Perl logo image I can link to from my website with the <img src=""> tag. I see that there are copyright restrictions with the Camel and the Onion. Thank You, ++imanshu
|
|
FAQ 3.20 How can I hide the source for my Perl program?
|
| |
This is an excerpt from the latest version perlfaq3.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 [link] .... more »
|
|
Good Golly Miss Molly Perl. Been so long.
|
| |
Good Golly Miss Molly Perl. Been so long. You Perl people are great motivators. I have an urge to re-perl again. Any iPhone perl I can carry around in my pocket? Best, Andy Perlotto
|
|
|