Help for this page

Select Code to Download


  1. or download this
    local $/ = undef;
    my $input = <$inputfile>;
    my( @txtFiles ) = $input =~ m/\s(\S+\.txt)\s/g;