Help for this page

Select Code to Download


  1. or download this
    $mech->progress_listener( $source, %callbacks )
    
  2. or download this
    $mech->get( $url, %options )
    
  3. or download this
    my $blue = Imager::Color->new( 0, 0, 255 );
    
  4. or download this
    my $blue = Imager::Color->new( r => 255, g => 0, b => 0 );