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

Re:{3} once again: program output and return code

by jeroenes (Priest)
on Jun 07, 2001 at 19:31 UTC ( [id://86595]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: once again: program output and return code
in thread once again: program output and return code

No, perlvar sayz:
$@ The Perl syntax error message from the last eval() operator. If null, the last eval() parsed and executed correctly (although the operations you invoked may have failed in the normal fashion). (Mnemonic: Where was the syntax error "at"?) Warning messages are not collected in this variable. You can, however, set up a routine to process warnings by setting `$SIG{__WARN__}' as described below. Also see the Error Indicators entry elsewhere in this document.
So that's something different (it returns the syntax error). use $ret=eval... for return values.

And indeed, that redirection won't work under windows. But maybe a real shell helps in that respect: try cygwin or bash4win.

Oh, and fixed those quotes. Sorry about that.

Jeroen

Log In?
Username:
Password:

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

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

    No recent polls found