Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Bit of maths between two files

by bgreenlee (Friar)
on Aug 05, 2004 at 15:36 UTC ( [id://380294]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://380294]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-20 01:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found