Help for this page

Select Code to Download


  1. or download this
    package whatever;
    
    ...
    
    return 1;  # Perl insists on this :-)
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    whatever::log("Log file entry"); 
    $answer = whatever::calculate_something();