Help for this page

Select Code to Download


  1. or download this
    function_name( aname => 'value', anothername => 'value' );
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
    };
    
    sub null_sub { }
    
  3. or download this
    #!/usr/local/bin/perl
    
    ...
    exit;
    
    sub null_method { }