Re: the first line of my perl code
lino_iozzo wrote: Hello, On unix the first line of my perl code is: #!/usr/bin/perl -w what should it be when using on activeperl. Thanks, Lino ___ ActivePerl mailing list
RE: the first line of my perl code
Try adding 'use warnings;' to your program. See "Programming Perl," 3d ed, section 31.22. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lino_iozzo Sent: Saturday, May 08, 2004 10:52 AM To: [EMAIL PROTECTED] Subject: the first line of my perl code Hell