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

Re: grep question

by monarch (Priest)
on Nov 17, 2005 at 05:31 UTC ( [id://509294]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my @grepped = grep /\d{8}\.txt$/ @filenames;
    
  2. or download this
        if ( $filename =~ m/(\d{4})\d{4}.txt$/ ) {
            print( $1 . "\n" );
        }
    

Log In?
Username:
Password:

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

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

    No recent polls found