Help for this page

Select Code to Download


  1. or download this
    use Module qw( :utils );
    use Module qw( util1 util2 util5 );
    use Module qw( :utils_basic );
    
  2. or download this
    use Module ':all';
    use Other  ':all';
    ...
    .....
    
    func(); # "!£$^%^! where the hell did this come from?