Help for this page

Select Code to Download


  1. or download this
    my %foo = map( $_ => 2*$_, 1..10 );
    use Data::Dumper;
    print Dumper(\%foo);
    
  2. or download this
    $VAR1 = {
              '6' => 12,
              '3' => 6,
    ...
              '10' => 20,
              '5' => 10
            };