Help for this page

Select Code to Download


  1. or download this
    my $array = TieVariable(); ### Pos1
    print "### Initialization finished\n";
    ...
       warn "UNTIE\n";
    } # UNTIE
    # ...
    
  2. or download this
    # ... parsing parameters: $filename, $perlCode, $separator, ...
    my $xls = XlsPerl->new( ... parameters ... );
    ...
      eval $perlCode; die $@ if $@;
    } # while