Martin Moss wrote:
Yes... CGI.pm would be a good place to start:
http://search.cpan.org/~lds/CGI.pm-3.05/CGI.pm
I disagree. IMHO If you have C++ skills, you should
bypass CGI and head straight on to mod_perl using
"method handlers". These are Object oriented classes
that handle web requests.
I
peace under the tree wrote:
Dear all
I am very new to perl, I just start to learn it, and I feel very
comfortable while I do program in perl especially with the parser
language(RegExp), it is more powerful then c/c++ that I use to be.
Can i use perl for dynamic web? And also who the different of sp
7 AM
To: Cai, Lixin (L.)
Cc: [EMAIL PROTECTED]
Subject: Re: [Perl-unix-users] How can I redirect STDERR to a file?
Cai, Lixin (L.) wrote:
I have a question,
How can I redirect STDERR to a file, insead of output to the terminal?
Depends on your shell syntax.
perl fubar.pl 2>some_file