in reply to passing $_ to my function
This form passes @_ to the sub if no arguments are given.for (keys %online_users) { if (policy_is_expired($_)) { &logoff_user; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: passing $_ to my function
by Aristotle (Chancellor) on Sep 30, 2002 at 13:03 UTC |