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

Re: non-barewords and use strict

by clintp (Curate)
on Sep 16, 2002 at 22:48 UTC ( #198389=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    sub This::Does::Not::Fail { };
    ...
    # encountered, you'll have a subroutine with this name
    # all ready to go.
    It::Bothers::Me::That::This::Works (); # wassup with THAT?!
    
  2. or download this
    $obj->method;   # Either $obj class' method will exist or
                    # AUTOLOAD had better take care of it later.
    $a=foo Bar;     # Bar will have a foo()!  Or AUTOLOAD...etc.
    &foo;           # Again, you've promised it will exist...
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (6)
As of 2023-06-02 15:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?