Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: Re: (z) Re: Weird number formatting

by krusty (Hermit)
on Mar 05, 2003 at 18:57 UTC ( [id://240665]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
         $my_x = $info[4] + 0;
         $my_y = $info[5] + 30;
         for($i = '1'; $i <= $info[2]; $i++) {
              print ("$my_x $my_y $info[($i + 8)]\n");
              $my_y = $my_y + 30;
    
  2. or download this
    0.22512 30.341916 661
    

Log In?
Username:
Password:

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

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

    No recent polls found