Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: File searching *

by davido (Cardinal)
on Mar 02, 2020 at 03:33 UTC ( [id://11113616]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($entry5 ne $name && $entry5 !~ m/\.log$/) { # ...
    
  2. or download this
    if (-e 'abc' && -d _) {
        foreach my $entry (<*.log>) {
            print OUTPUT ":E: $entry5 is  extra file/dir \n";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-24 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found