Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Typed declarations?

by LanX (Saint)
on Apr 28, 2012 at 14:05 UTC ( [id://967809]=note: print w/replies, xml ) Need Help??


in reply to Typed declarations?

Hmm at least there seems to be a compilation time check for the existance of the package:

lanx@nc10-ubuntu:~$ perl -c -e' my blabla $x;' No such class blabla at -e line 1, near "my blabla" -e had compilation errors.

vs.

lanx@nc10-ubuntu:~$ perl -c -e'{package blabla;} my blabla $x;' -e syntax OK

Cheers Rolf

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-19 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found