Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Style: buried variables or double referencing?

by Smylers (Pilgrim)
on Aug 22, 2005 at 10:02 UTC ( [id://485647]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Readonly my $LONG_COUNT => 14;
    Readonly my $SHORT_COUNT => 9;
    
  2. or download this
    Readonly \my %THWAPP_COUNT => (
      x => 14,
      y => 9,
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-03-29 06:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found