calvinlyp has asked for the wisdom of the Perl Monks concerning the following question:
hi all,
i am very new to perl programming. i got an error when running a perl script which uses certain numbers of perl modules.
below are the errors i got:
Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.10.0/Schedg/MyFiler.pm line 50, <FH> line 73260.
Use of uninitialized value in print at /usr/local/share/perl/5.10.0/Schedg/Filer.pm line 262, <FH> line 73260.
the files can be download from another forum: http://perlguru.com/gforum.cgi?post=38524;#38524
thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Errors in some perl modules
by aufflick (Deacon) on May 29, 2009 at 14:15 UTC | |
by MidLifeXis (Monsignor) on May 29, 2009 at 15:10 UTC | |
by ikegami (Patriarch) on May 29, 2009 at 17:42 UTC | |
by shmem (Chancellor) on May 29, 2009 at 17:52 UTC |