Re: Perl query

[email protected] (Johan Vromans) 08 Jun 2009 13:32:31 +0200
Newsgroups perl.trainers
Message-ID <[email protected]>
Rajini Naidu <[email protected]> writes:

> Am i missing anything here. Please advise.

It often helps to specify:

- perl version
- system you're running on
- complete source

(If your source was complete, you're missing 

 use strict;
 use warnings;

in front of your program.)

-- Johan