Preserved Topic: CGI for Dummies.... (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 11-26-2001 04:32 |
Paranoid (IV) Inmate From: Madison, Indiana, USA |
posted 11-26-2001 14:59
I assume you mean the CGI module for Perl. |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 11-26-2001 23:22 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 11-26-2001 23:30
Same thing most Perl modules do. Makes life easier. |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 11-28-2001 07:16
I just want to use it to parse values from the standard input stream. |
Paranoid (IV) Inmate From: California |
posted 11-28-2001 14:43
Hi Petskull, code: #!/usr/bin/perl -w
|