Help for this page

Select Code to Download


  1. or download this
    sub Sub (&) { return shift }
    
  2. or download this
    my $s = Sub { print +shift }
    $s->('hello');