Help for this page

Select Code to Download


  1. or download this
    /usr/bin/env perl
    
    ...
    }
    
    use Excel::Writer::XSLX;
    
  2. or download this
    /usr/bin/env perl
    
    ...
    }
    
    use Excel::Writer::XSLX;
    
  3. or download this
    /home/alex>cd /tmp/
    
    ...
    
    
    /tmp>
    
  4. or download this
        use lib LIST;
    
  5. or download this
    
        BEGIN { unshift(@INC, LIST) }
    
  6. or download this
    /tmp>perl -E 'use if -f(qq[$ENV{"HOME"}/Foo.pm]), lib => $ENV{"HOME"};
    + use Foo; say "ok"'
    ok
    
    /tmp>