Help for this page

Select Code to Download


  1. or download this
    keys are strings never arrays
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            print join(" ",@{$hash{'number'}{$j}})."\n";
        }
    }