Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: non-barewords and use strict

by clintp (Curate)
on Sep 16, 2002 at 22:48 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-04-20 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found