perl -c says the syntax is OK when I add the semicolon and has a
similar message without it, so I guess that's it.

Note: I think you are supposed to replace:
 #!/usr/bin/perl -w
with
 #!/usr/bin/perl
 use warnings;

Its more proper or something.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to