Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: using sed buffers

by floobit (Initiate)
on May 02, 2012 at 21:41 UTC ( [id://968555]=note: print w/replies, xml ) Need Help??


in reply to Re: using sed buffers
in thread using sed buffers

Thanks, I'll look those up. Is sed generally discouraged in perl?

Replies are listed 'Best First'.
Re^3: using sed buffers
by ww (Archbishop) on May 02, 2012 at 21:48 UTC

    Actually, the point is that sed isn't a Perl function.

    What's discouraged (much of the time) is shelling out to a (legacy) OS-function because doing so is often more costly than using the Perl equivalent/variant.
      What's discouraged (much of the time)
      Only by some people
      is often more costly than using the Perl equivalent/variant.
      So what? In many cases, it doesn't matter.

      Note also he's using sed to strip off some of the output of ps. I'm sure someone made a module somewhere that mimics all the flavours of ps, but I rather spend a few microseconds forking and execing a 'ps', then I go hunting down said module, download and install it, and learn how it works.

      There can be all kinds of reasons one does something in Perl instead of shelling out. But being considered "discouraged" by some doesn't strike me as an important reason.

      But that may be just me.

Log In?
Username:
Password:

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

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

    No recent polls found