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

Hungarian notation, kind of

by muba (Priest)
on Jan 21, 2013 at 16:02 UTC ( [id://1014477]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $child_nodes_ar     ar: Array Reference
    $attributes_hr      hr: Hash Reference
    ...
    $report_fhi         fhi: File Handle for Input   *1
    $summary_fho        fho: File Handle for Output  *1
    $time_re            re: Regexp
    
  2. or download this
    $yesterday_dt       dt: Date::Time
    $website_ht         ht: HTML::Template
    $website_tt         tt: Template Toolkit
    $sessions_slct:     slct: IO::Select 
    $www_sck            sck: a socket of kinds (most likely IO::Socket)
    
  3. or download this
    $input_buf          buf: a buffer
    $valid_b            b: used as a boolean
    ...
    $element_idx        idx: an index
    $session_ser        ser: a serialized object
    $long_name_out      out: output value for the current subroutine
    
  4. or download this
    $report_html        html: content in html format
    $report_json        json: content in json format
    $report_txt         txt: content in plain text format
    $report_yaml        yaml: content in yaml format 
    $report_xml         xml: content in xml format
    
  5. or download this
    @nodes_s            s: stack (so I should only use push, pop, and $nod
    +e_s[-1] on it)
    @nodes_q            q: a queue (so I should only use push, shift, and 
    +$node_q[0] on it)
    @nodes_out          out: output value for the current subroutine
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://1014477]
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found