Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: extracting words with certain characters

by space_monk (Chaplain)
on Dec 04, 2012 at 10:44 UTC ( [id://1007056]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -ne 'while (/(\w*_\w*)/g) { print "$1\n";}' code_file(s)
  2. or download this
    perl -ne 'BEGIN { my %hash; }; END { print map { "$_\n"} keys %hash} while (/(\w*_\w*)/g) { $hash{$1}=1};' code_file(s)
  3. or download this
    no_wait
    ZERO_TABLE_SIZE
    subpart_name
    ...
    pm_nsn_3g_ran
    row_count
    GPI_RECOVER_BACKLOG
    

Log In?
Username:
Password:

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

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

    No recent polls found