Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: glob behavior

by vagabonding electron (Curate)
on Mar 20, 2012 at 09:01 UTC ( [id://960551]=note: print w/replies, xml ) Need Help??

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
    ---
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://960551]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-24 19:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found