Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    BEGIN{push @INC,"$ENV{'SM'}/../bin";};
    
    require 'errors.pm';
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    die "Environment string: \$SM not set\n" if $Err;
    
    require 'errors.pm';