Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Finding un-paired files in a directory

by Anonymous Monk
on Dec 02, 2003 at 19:01 UTC ( [id://311714]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use File::Find;
    ...
    my @files = grep { $temp{$_} == 1 } keys %temp;
    
    print "@files";
    
  2. or download this
    
    use strict;
    ...
                     } sort keys %temp;
    print "@files";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 23:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found