Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: $bad_names eq $bad_design

by BrowserUk (Patriarch)
on Dec 21, 2002 at 11:30 UTC ( [id://221613]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $point = new Point();
    $point->set_X( 3 );
    ...
    $end_point = $point->copy();
    
    $image->draw_line_from_to( $start_point, $end_point, BLACK );
    
  2. or download this
    my $point = new Point(3, 4);
    ...
    ...
    
    my $end_point = $point;
    $image->line( $start_point, $end_point, BLACK );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-28 10:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found