Help for this page

Select Code to Download


  1. or download this
    use lib 'c:/tmp/test/' ;
    use testlib::testlib;
    Test::test() ;
    
  2. or download this
    require testlib::mod1 ;
    require testlib::mod2 ;
    
  3. or download this
        foreach ( <*.pm> ) { 
        
    ...
    
                    
         }