Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Heredoc with system call

by curtisb (Monk)
on Dec 18, 2008 at 05:14 UTC ( [id://731160]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    system("lsnrctl <<\"EOF\"
    set password oracle
    ...
    status
    EOF
    ") == 0 or die "Couldn't run listener control: $?";
    
  2. or download this
    << was unexpected at this time.
    Couldn't run listener control: 256 at C:\heredoc_test.pl line 4.
    

Log In?
Username:
Password:

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

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

    No recent polls found