Help for this page

Select Code to Download


  1. or download this
    package MyDie;
    
    ...
    }
    
    1;
    
  2. or download this
    use MyDie;
    
    ...
    $@ and print "caught: '$@'\n";
    testfn();
    print "end test program\n";