Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: I would have expected a syntax error here

by Corion (Patriarch)
on Oct 19, 2018 at 17:37 UTC ( [id://1224349]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -M-indirect -wle "got to here today! (20180520)"
    Indirect call of method "here" on object "today" at -e line 1.
    Indirect call of method "got" on object "to" at -e line 1.
    Can't locate object method "here" via package "today" (perhaps you for
    +got to load "today"?) at -e line 1.
    
  2. or download this
    >perl -wle "got to here today! (20180520)"
    Can't locate object method "here" via package "today" (perhaps you for
    +got to load "today"?) at -e line 1.
    
  3. or download this
    no indirect;
    

Log In?
Username:
Password:

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

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

    No recent polls found