Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        our %t; local *t = $_[0];
        $t{leggo} = "yes";
    }
    
  2. or download this
    { frisbee => 5 }
    { frisbee => 5, leggo => "yes" }