Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: system() vs `backtick`

by etcshadow (Priest)
on Aug 06, 2004 at 20:36 UTC ( [id://380708]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [me@host]$ command
    ...
    [me@host]$ command | cat
    ...
    
  2. or download this
    [me@host]$ perl -e 'print `perl -le "print -t STDOUT"`'
    
    [me@host]$ perl -e 'system q(perl -le "print -t STDOUT")'
    1
    [me@host]$
    
  3. or download this
    ------------
    :Wq
    Not an editor command: Wq
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found