Help for this page

Select Code to Download


  1. or download this
        require Data::Dumper;
        Data::Dumper->import('Dumper');
    
  2. or download this
    use App::Nysus::Utils; # import all the stuff
    
  3. or download this
    package App::Nysus::Utils;
    use strict;
    ...
    };
    
    1;