Help for this page

Select Code to Download


  1. or download this
      { # add a block to minimise scope of fewer warnings
         no warnings qw/ thisone /;
         code that warns of thisone;
      }