Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Script failed with certain value in the variable

by shmem (Chancellor)
on Mar 18, 2017 at 14:36 UTC ( [id://1185146]=note: print w/replies, xml ) Need Help??


in reply to Script failed with certain value in the variable

Adding to what marinersk said above, there's an easy to overlook typo:

- if (!defined(Suffix) && defined($version)) + if (!defined($suffix) && defined($version))
perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-03-28 21:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found