You should use a different type of data structure instead - arrays and hashes are very appropriate here.
my @work_array; $work_array[5] = "plumbing"; my %work_hash; $work_hash{5} = "plumbing";
In reply to Re: Using variable contents in new variable name
by imp
in thread Using variable contents in new variable name
by antioch
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |