Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Deferring variables

by Yaribz (Beadle)
on Jun 25, 2022 at 16:52 UTC ( [id://11145041]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
    ...
      return UNDEF_VAL unless(defined $inherited);
      return $this->FETCH($inherited);
    }
    
  2. or download this
    package main;
    
    ...
    }
    
    sub printParam { print "  $_[0] = $par{$_[0]}\n" }
    
  3. or download this
    Initial values:
      margin = a
    ...
      margin-horizontal = 8
      margin-left = 3
      margin-right = 8
    

Log In?
Username:
Password:

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

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

    No recent polls found