in reply to Re^2: Uses for an lvalue subroutine
in thread Uses for an lvalue subroutine
my ($object) = new Object; $object->whatever(0); print "Whatever is '",$object->whatever(),"'\n"; # Oops!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Uses for an lvalue subroutine
by tadman (Prior) on Jan 11, 2001 at 02:14 UTC |