Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: What is this "Do you need to predeclare croak" about?

by syphilis (Archbishop)
on Jun 15, 2017 at 04:59 UTC ( [id://1192850]=note: print w/replies, xml ) Need Help??


in reply to What is this "Do you need to predeclare croak" about? [SOLVED]

Hi,

In answer to the question asked in the subject line, this is just the standard response to an unknown symbol followed by a string:
C:\>perl -le "rubbish 'foo';" String found where operator expected at -e line 1, near "rubbish 'foo' +" (Do you need to predeclare rubbish?) syntax error at -e line 1, near "rubbish 'foo'" Execution of -e aborted due to compilation errors.
Cheers,
Rob

Replies are listed 'Best First'.
Re^2: What is this "Do you need to predeclare croak" about?
by karlgoethebier (Abbot) on Jun 15, 2017 at 08:44 UTC

    Thanks. I understood this so far. I had no better idea for the subject line.

    Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

    Furthermore I consider that Donald Trump must be impeached as soon as possible

Log In?
Username:
Password:

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

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

    No recent polls found