Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    
    $b{\$a}= $a; 
    while ( my ($key, $value) = each %b) { print "$key => $b{$key}\n"; }