Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Back ticks Win95 vs. WinNT

by mexnix (Pilgrim)
on Jul 16, 2001 at 19:02 UTC ( [id://97032]=note: print w/replies, xml ) Need Help??


in reply to Back ticks Win95 vs. WinNT

I wonder if you should be using globbing hear instead. i.e.

#!perl -w use strict; my $dir = "c:\\temp\\"; my @results = <$dir*>; foreach (@results) { print "Linha.......: $_ \n"; }

Just another option! :)

__________________________________________________
<moviequote name="The Whole Nine Yards">
Jimmy T: Oz, we're friends, friends do not engage in sexual congress with each others wives.
</moviequote>

%mexnix = (email = > "mexnix@hotmail.com", website => "http://mexnix.perlmonk.org");

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-25 05:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found