Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Perl program to search files

by Athanasius (Archbishop)
on Dec 26, 2018 at 04:31 UTC ( [id://1227700]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # (1) in sub SearchFile:
    
    ...
    
    if ($VERBOSE) { PRINT("SEARCHING: ", FormatPath($PATH)); }            
    +   # original
    printf " %-8dSEARCHING: %s\n", $TOTAL, FormatPath($PATH) if $VERBOSE; 
    +   # replacement
    
  2. or download this
    use Const::Fast;
    
    ...
    const my $DOT      => 46;
    const my $QUESTION => 63;
    # etc.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-18 18:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found