Help for this page

Select Code to Download


  1. or download this
    my $file = glob ("$address{$t}/Test*");
    
  2. or download this
    my ($file) = glob ("$address{$t}/Test*");
    
  3. 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
    ---