Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: IPC::Run / bash pipe

by ag4ve (Monk)
on Nov 07, 2013 at 01:53 UTC ( [id://1061515]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
      run [echo => $str], '|', [grep => 'foo'];
      print "$count " unless ($count % 10000)
    }
    
  2. or download this
     % ./t2.pl
    10000 20000 30000 40000 50000 60000 70000 80000 90000 100000 110000 12
    +0000 130000 exec failed: Argument list too long at ./t2.pl line 16.
     at ./t2.pl line 16.
    
  3. or download this
    # wc -c fw2.save
    165670 fw2.save
    

Log In?
Username:
Password:

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

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

    No recent polls found