# objects my $var = new Squareable(5); $var->square(); print $var; # oh... yields 25... neato!