Help for this page

Select Code to Download


  1. or download this
    unless ($basename =~ /^(.{4}|.{10})_(.{10})_(.{8})_(.{6})_(.{10})_(.{8
    +})\.(.{3})(\.gz)?$/) {
        # ...
    
  2. or download this
    # Validate Filename Structure
    if ($basename =~ /^(.{4}|.{10})_(.{10})_(.{8})_(.{6})_(.{10})_(.{8})\.
    +(.{3})(\.gz)?$/) {
    ...
            abort __LINE__,"failed to move unhandled file '$filename'!";
        }
    }