smitz has asked for the wisdom of the Perl Monks concerning the following question:
So what? I hear you cry...use Stopwatch; print "Just executed use\n"; tie $s, 'Stopwatch'; print "Just executed tie\n"; $s = 0; print "Just executed \$s = 0;\n"; print "$s\n"; print "Just executed print \$s\n"; $s = undef; print "Just executed undef\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tie's FETCH called twice?
by blakem (Monsignor) on Oct 28, 2001 at 20:35 UTC | |
by demerphq (Chancellor) on Oct 28, 2001 at 23:05 UTC | |
by smitz (Chaplain) on Oct 29, 2001 at 18:25 UTC | |
by demerphq (Chancellor) on Oct 29, 2001 at 18:33 UTC |