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

Re: Module Naming Dilemma

by Anonymous Monk
on Jan 06, 2005 at 16:48 UTC ( [id://419985]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      *Bar:: = \*Foo:: ;
    
  2. or download this
    package Foo ;
    
    ...
      $bar->test(456) ;
      print "$bar\n" ;
    
  3. or download this
    TEST> [Foo=HASH(0x1a4ece4) 123]
    Foo=HASH(0x1a4ece4)
    TEST> [Foo=HASH(0x15d53dc) 456]
    Foo=HASH(0x15d53dc)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-20 10:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found