Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
    }
    
    __END__
    
  2. or download this
    $dispatch{"test$_"}->() for 1,2;
    
  3. or download this
    #!/usr/bin/perl -l
    
    ...
    $_->() for @test;
    
    __END__