Help for this page

Select Code to Download


  1. or download this
    sub t {
        my $sub=shift;
    ...
    _END__
    ><
    >1 2 3 4 5<
    
  2. or download this
    do { sub { print 'foo' } }->();
    ( sub { print 'bar' } )->();