Help for this page

Select Code to Download


  1. or download this
    %foo = (
             'x' => [
    ...
                    ]
           );
    
  2. or download this
    use Data::Dumper;
    use Storable qw(freeze thaw);
    ...
        return @return;
    }