Nandita Mullapudi wrote:
>
> i'm trying to run a perl script written to parse a file, and it runs fine
> the way it is written, however, after making little changes to accomodate
> my file, i get inundated with the following message
>
> "Use of uninitialized value in hash element at modif2.pl line 90"
>
> can any1 tell me what this means?
Yes, perldiag can.
perldoc perldiag
[snip]
Use of uninitialized value%s
(W uninitialized) An undefined value was used as if it
were already defined. It was interpreted as a "" or a
0, but maybe it was a mistake. To suppress this
warning assign a defined value to your variables.
John
--
use Perl;
program
fulfillment
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]