Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    is(6,8,'Six is eight.');
    
    1;
    
  2. or download this
    package sb::redirection_test;
    use strict;
    ...
      print STDERR "We're redirecting STDERR here while inside a subroutin
    +e call.\n";
      return;
    }
    
  3. or download this
    package Test::MonitorSites;
    
    ...
    
    Test::MonitorSites - Monitor availability and function of a hash of we
    +bsites
    
  4. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    }
    
    1;