> > Yeah, the script posted below is part of the code > In my script. > > After including the below code, when I ran the script, > I am getting the "uninitialized value" errors.
Nope Do the following Copy the code you posted to a new file add #!/usr/bin/perl to the first line then run perl -c What is the result? Owen -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
