Folks,

I have the following block of code:

        open (CNTFILE, "${OUTPUTFILE}") or die "Can't open ${OUTPUTFILE} :
$!";
        @FILE=<CNTFILE>;
        close(CNTFILE);

Which reports this warning:

Name "main::CNTFILE" used only once: possible typo at ./OrderTakingTree.pl
line 151.

I am just opening the file, slurping it in and closing it. Whats the prob?

-Ron

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to