Win has asked for the wisdom of the Perl Monks concerning the following question:
Give me a 'use of uninitialised value' error message, but the following does not:my $file_name = "$sorted_files[0]";
my $file_name = $sorted_files[0];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: 'use of uninitialised value' error message
by GrandFather (Saint) on Apr 12, 2006 at 10:19 UTC | |
|
Re: 'use of uninitialised value' error message
by graq (Curate) on Apr 12, 2006 at 11:59 UTC |