in reply to Can't locate define.pm
Your first problem:
Should be:
This is obviously just a typo in your post (hint, copy and paste what your actual code). Secondly, define is an old module you probably don't have installed, it's not core. Thirdly, what is MaxRow, it's only mentioned once in your code:
foreach(my $i=0; $i {MaxRow}; $i++) {
Update: Ignore the part I struck out, that's not accurate.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't locate define.pm
by jaldama (Acolyte) on Mar 07, 2012 at 16:46 UTC | |
|
Re^2: Can't locate define.pm
by bart (Canon) on Mar 07, 2012 at 21:23 UTC | |
by marto (Cardinal) on Mar 08, 2012 at 10:20 UTC |