Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^5: Bolt on where a match is not found to a print script

by QM (Parson)
on Dec 06, 2017 at 12:07 UTC ( [id://1205011]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            for my $m (m/$regex/g) { # Update: reworked 
                $matched{$m} = 1;
                print "$file $_";
            }
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
            print "$num not found\n";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-19 18:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found