Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Finding un-paired files in a directory

by Anonymous Monk
on Dec 02, 2003 at 19:01 UTC ( #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? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2023-09-22 04:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?