Help for this page

Select Code to Download


  1. or download this
    BEGIN { $Exporter::Verbose=1 }
    use packe;
    
  2. or download this
    BEGIN {
      require packe;
      $Exporter::Verbose=1;
      packe->import();
    }