for some subroutine extract_data_from_line that turns a string into a list of data.my @array; while (<IN>) { push @array, [extract_data_from_line $_]; }
In reply to Re: Create dynamically different array names based on counter incrementation
by JavaFan
in thread Create dynamically different array names based on counter incrementation
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |