Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Sort - can't

by lidden (Curate)
on Aug 29, 2005 at 00:16 UTC ( [id://487307]=note: print w/replies, xml ) Need Help??


in reply to Sort - can't

I think you are mixed up :-)

You should turn on strict and warnings
use strict; use warnings;
They will give you hints.
You split $_ but you are not setting it. You also say you want to find files that match, match what? There is no need to quote variables like you do, and you should check so that your opendir worked.
opendir THISDIR, $stuff or die "Noo $!"; #open the content director +y

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (8)
As of 2024-03-28 11:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found