Help for this page

Select Code to Download


  1. or download this
        my $diretorioScript = dirname(__FILE__);
        my $excel = Spreadsheet::XLSX->new( "$diretorioScript\\jofalista.x
    +lsx", );
    
  2. or download this
    my $diretorioScript=  $ENV{PAR_PROGNAME} # running under PAR
                       || dirname($0);       # running directly