Help for this page

Select Code to Download


  1. or download this
    package mac;
     
    ...
     
    1;
    __END__
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    print "answer is " . get_answer () . "\n";
    __END__