Help for this page

Select Code to Download


  1. or download this
         eval
         {
    ...
           warn the user that Term::Title was not found,
           so he'll be missing some feature in my application
         }
    
  2. or download this
         require Term::Title;
    
    ...
         {
           print "I can use this module version, but it has known bugs and
    + you should upgrade it."
         }