Help for this page

Select Code to Download


  1. or download this
    $string = "$a,$b";
    push(@array, $string);
    
  2. or download this
    foreach my $value (@array)
    {
    ...
              print "This point is on the line";
         }
    }