Noe Dinnerstein: President, BodhiSoftWare wrote: > > ****** RECORD 2 READ ********** > brokenLine > # Use of uninitialized value, <IN> chunk 2. > File 'DorjeJigje:Programming:MacPerl Ÿ:Noe's Perl Stuff:addRpt3'; Line 68 > ****** RECORD 3 READ ********** > brokenLine > # Use of uninitialized value, <IN> chunk 3. > File 'DorjeJigje:Programming:MacPerl Ÿ:Noe's Perl Stuff:addRpt3'; Line 68 > ****** RECORD 4 READ ********** > brokenLine > # Use of uninitialized value, <IN> chunk 4. > File 'DorjeJigje:Programming:MacPerl Ÿ:Noe's Perl Stuff:addRpt3'; Line 68 > brokenLine > > etc..... incrementing the chunk number..... > > It is probably elementary, but I don't know where to look up the error. Help! > You can look up all standard Perl errors (and a few non-Perl errors) in the perldiag documentation. This one means that you're trying to use the undefined value in some way, such as: perl -we 'print "$a\n"'. Which is line 68? Ronald ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org