in reply to tie(...) bug or select(...) bug?
Here's another example of using a magic var which fails unless its magic value has been previously retrieved (using the commented-out line):
You may want to perlbug this."5" =~ /(\d)/; #$x = $1; select (undef, undef, undef, $1);
Dave.
|
|---|