Help for this page

Select Code to Download


  1. or download this
    $coordinates .= sprintf $AREA_FORMAT, $xcoord, $ycoord, "$action_file?
    +x=$xvalue&y=$yvalue", "Value: [$xvalue, $yvalue]", "Value: [$xvalue, 
    +$yvalue]";
    
  2. or download this
    $coordinates .= sprintf $AREA_FORMAT, $xcoord, $ycoord, $self->get_act
    +ion->($i);
    
  3. or download this
    my $AREA_FORMAT  = qq(<area shape=circle coords="%.3f, %.3f, 2" %s>\n)
    +;
    
  4. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "\n\nThe image map:\n\n", $object->image_map(), "\n";
    
    exit 0;
    
  5. or download this
    
    
    ...
    <area shape=circle coords="332.432, 269.189, 2" j >
    </map>