Help for this page

Select Code to Download


  1. or download this
    for my $t (keys %address)
    {
    ...
        print "$t : $address{$t} : $file, \n###\n";
        print "$t : $address{$t} : ", glob ("$address{$t}/Test*"), "\n---\
    +n";
    }
    
  2. or download this
    A : U:/TEMP/TEMP/A : U:/TEMP/TEMP/A/Test01.txt,
    ###
    ...
    B : U:/TEMP/TEMP/B : U:/TEMP/TEMP/B/Test02.txt
    ---