Help for this page

Select Code to Download


  1. or download this
    use FOO;
    
  2. or download this
    require FOO; FOO->import();
    
  3. or download this
    use FOO qw(BAR);
    
  4. or download this
    require FOO; FOO->import(qw(BAR));