Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: $bad_names eq $bad_design

by BrowserUk (Patriarch)
on Dec 21, 2002 at 11:30 UTC ( #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? | Other CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2023-03-26 12:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?