Help for this page

Select Code to Download


  1. or download this
    package check_module;
    use warnings;
    ...
    );
    1;
    __END__
    
  2. or download this
    use warnings;
    use strict;
    ...
        print "Checking $check->{name}\n\t=> '$script_out'\n";
    }
    __END__
    
  3. or download this
    __OUTPUT__
    Checking Anybody home?
        => '/home/mine'