Help for this page

Select Code to Download


  1. or download this
    print OUT "$a $b $c\n";
    
    printf OUT "%d %d %d\n", $a, $b, $c;
    
    print OUT join(' ',$a, $b, $c), "\n";
    
  2. or download this
    printf OUT "%d %d %d\n", $x+$x1, $y+$y1, $z+$z1;