Help for this page

Select Code to Download


  1. or download this
    $players{$1} = %skeleton_player;
    
  2. or download this
    perl -e ' %h=(1,5,2,8); $d=%h; print $d;'
    
    #prints "2/8"
    
  3. or download this
    %{$players{$1}} = %skeleton_player;
    
  4. or download this
    print Dumper(\%players),"\n";
    
  5. or download this
    print "I matched $1 and $2\n";