Differences between version 2 and previous revision of perlref(1).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:50:50 pm | by perry | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:50:50 pm | by perry | Revert |
@@ -228,9 +228,9 @@
$objref = Doggie-
use Term::Cap;
$terminal = Term::Cap-
use Tk;
-$main = MainWindow-
+$main = !
MainWindow-
6.
@@ -640,9 +640,9 @@
$x{ $r } = $r;
And then at least you can use the ''values()'', which will be real refs, instead of the ''keys()'', which won't.
-The standard Tie::RefHash module provides a convenient
+The standard Tie::!
RefHash module provides a convenient
workaround to this.
!!SEE ALSO