Update: After being asked what I think this does... Its suppose to define(create) a table within the parent if it doesn't already exist. I can't assume that the table will be properly defined ...
Are you using strict? Read this if you want to cut your development time in half!
$ perl -e " use strict; use warnings; my %f; $f[0]=3; " Global symbol "@f" requires explicit package name at -e line 1. Execution of -e aborted due to compilation errors.
You should not write %myarray because that is a hash, and $myarray[0 ] is refering to @myarray, whereas $myarray{0} is refering to %myarray;
In reply to Re: If Not Replace
by Anonymous Monk
in thread If Not Replace
by Inexistence
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |