Help for this page

Select Code to Download


  1. or download this
    sub hello { 
      return "Hello"; 
    ...
      my ($foo, $bar) = @_; 
      print "$foo $bar\n"; 
    }
    
  2. or download this
     
    use strict; 
    ...
    } 
     
    $sub{'foo_bar'}->($sub{'hello'}->(), $sub{'world'}->()),"\n";