Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
         print $key, '=', $myref{$key}, "\n";
      }
    }
    
  2. or download this
    [root@dubya perl]# cat fruit2.pl
    #!/usr/bin/perl
    ...
         print $key, '=', ${ $myref }{$key}, "\n";
      }
    }