Help for this page

Select Code to Download


  1. or download this
    my $base = 'D:\Some\Specific\Folder\Archive\\';
    # should be:
    ...
    # this is not needed and can confuse the shell
    # pre-pend a '/' when you expand the path
    my $new = "$base/$extra_path";
    
  2. or download this
    my @files = glob qq($base\\Gridfee0?.7z\\Gridfee?\\invoic_
    +b2c_$year$month$day*.txt);