Help for this page

Select Code to Download


  1. or download this
    use lib qw{./lib/Exporter};
    use Exporter 5.68;
    
  2. or download this
    use Exporter 5.57 'import';
    to
    use lib qw{./lib/Exporter};
    use Exporter 5.68 'import'; #thinking maybe if i specific the exact ve
    +rsion it may find it