Help for this page

Select Code to Download


  1. or download this
    package SIGS;
    
    # We're going to use Carp so we can get longmess
    ...
         } # END;
    
        0 == 0;
    
  2. or download this
    use strict;
    use warnings;
    
    ...
        warn "\$DEBUG testing!";
        A(1,2,3,4,5);
        exit;
    
  3. or download this
    Emailing these messages:
    argument is not prime
     at SIGS.pl line 16
    ...
            main::A(3, 4, 5) called at SIGS.pl line 17
            main::A(2, 3, 4, 5) called at SIGS.pl line 17
            main::A(1, 2, 3, 4, 5) called at SIGS.pl line 20