Help for this page

Select Code to Download


  1. or download this
    use Module 4.56;  # 4.50 adds foo()
                      # 4.56 fixes bug in bar()
    
  2. or download this
    use Module;
    if ( !eval { Module->VERSION(4.56); 1 } ) {
       warn(...);
    }