It's a warning. If you turn it off you wont get it :)
Ned Cunningham
POS Systems Development
Monro Muffler Brake
200 Holleder Parkway
Rochester, NY 14615
(585) 647-6400 ext. 310
[EMAIL PROTECTED]
-----Original Message-----
From: Ajey Kulkarni [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 11, 2003 4:28 AM
To: [EMAIL PROTECTED]
Subject: 1 doubt.
perl t.pl
Name "main::FH" used only once: possible typo at t.pl line 6.
cat t.pl
#!/usr/bin/perl
use strict;
use warnings;
open FH, "out.dat";
Why am i getting this warning? When i remove the warnings,this goes
off?
Is there any problem if i not include "use warnings" line?
Quick reply is highly appreciated
regards
-Ajey
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>