in reply to passing $_ to my function
Or just continuing to use $_?for my $i (keys %online_users) { if (policy_is_expired($i)) { logoff_user($i); } }
Implanting a work-around is just adding unneeded code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re x 2: passing $_ to my function
by Sweeper (Pilgrim) on Oct 01, 2002 at 05:43 UTC |