You mean like this?
sub foo { my $user = shift; print "$user\n"; } for my $user_id ('a'..'z') { foo("user-$user_id"); }
In reply to Re: simple problem...
by steves
in thread Username creation function (was: simple problem...)
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |