Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: reading unix command with open syntax error

by codeacrobat (Chaplain)
on Mar 17, 2009 at 23:49 UTC ( [id://751308]=note: print w/replies, xml ) Need Help??


in reply to reading unix command with open syntax error

Why using the ugly awk-pipe in the first place?
perl -e ' for (`ps aux`){ ($pid,$ppid) = (split/\s+/)[1,2]; print "$pid $ppid\n"} '

print+qq(\L@{[ref\&@]}@{['@'x7^'!#2/"!4']});

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found