%perl -w japh.pl Use of uninitialized value at japh.pl line 3. Use of uninitialized value at japh.pl line 3. Just another Perl hackerBTW: the warning is from the $i in the while loop. If you add some garbage to shift your array (so that you can start from 1 instead of 0) you could preincrement $i just before your loop, or hide your initialization somewhere.Maybe monkey with $[
In reply to RE: JAPH
by Adam
in thread JAPH
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |