Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

TheDamian's scratchpad

by TheDamian (Vicar)
on Jun 01, 2004 at 18:58 UTC ( [id://358396]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    class Shape {
        has $.x;
    ...
    $arectangle = Rectangle.new(x=>0, y=>0, width=>15, height=>15);
    $arectangle.width = 30;
    $arectangle.draw;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (2)
As of 2024-03-19 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found