Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: Think for yourself.

by zengargoyle (Deacon)
on Oct 06, 2003 at 05:43 UTC ( [id://296869]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my @L = map {
            fix($_->[4]);
    ...
        } map {
            [ split ]
        } <F>;
    
  2. or download this
    $ cat foo.txt | fgrep blah
    
  3. or download this
    $ fgrep blah <foo.txt | consolidate | dump
    $ preproc <foo.txt | fgrep blah | consolidate | dump
    ...
    $ cat foo.txt | preproc | fgrep blah | consolidate | dump
    $ cat foo.txt bar.txt | additional | preproc | fgrep blah | consolidat
    +e | dump
    $ real_stream | additional | preproc | fgrep blah | consolidate | dump
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-18 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found