Help for this page

Select Code to Download


  1. or download this
    use Module::ScanDeps;
    use strict;
    ...
    while (($key, $value) = each(%{$hash_ref})) {
         print $key.", ".$value."<br />";
    }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
      print "<br><br><b>Done.</b>";
    }