Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

(Ovid -- constant internals)

by Ovid (Cardinal)
on Jan 16, 2002 at 03:14 UTC ( [id://139079]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        {
            no strict 'refs';
    ...
                *$full_name = sub () { };
            }
        }
    
  2. or download this
        use constant FOO => 7;
        print FOO + 1;
    
  3. or download this
        sub FOO {7};
        print FOO + 1'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-19 03:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found