Help for this page

Select Code to Download


  1. or download this
    
    $foo->baz('abe'=>&linc,
    map {"$_" => sub {return '<H1>'.$_.'</H1>'}; } '1'..'5'
    
  2. or download this
                map { $a = $b = $_;
                      $a => sub {'<H1>'.${b}.'</H1>'} } 1..5,