in reply to Re^4: Creating a .zip file using perl
in thread Creating a .zip file using perl
Well, since line 14 is:
next if !/\.lib$/;
I would surmise that $_ is not being initialized properly.
Did you change the code in some way that might lead to this? Like by assigning the return value of the readdir call to a variable?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Creating a .zip file using perl
by Utilitarian (Vicar) on May 05, 2011 at 08:18 UTC | |
by Anonymous Monk on May 05, 2011 at 08:47 UTC | |
by Utilitarian (Vicar) on May 05, 2011 at 08:56 UTC | |
by Anonymous Monk on May 05, 2011 at 09:07 UTC | |
by Utilitarian (Vicar) on May 05, 2011 at 09:34 UTC | |
|
Re^6: Creating a .zip file using perl
by Anonymous Monk on May 05, 2011 at 07:29 UTC | |
|
Re^6: Creating a .zip file using perl
by Anonymous Monk on May 05, 2011 at 07:33 UTC |