Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Tied Variables - why?

by boo_radley (Parson)
on Sep 07, 2002 at 15:54 UTC ( [id://195879]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # objects
    my $var = new Squareable(5);
    $var->square();
    print $var; # oh... yields 25... neato!
    
  2. or download this
    $int->add(4); 
    $int->divide(12); 
    print $i->value();
    
  3. or download this
    $i=$i+4;
    $i=$i/12;
    print $i;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-26 05:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found