Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Map coordinates?

by roboticus (Chancellor)
on Sep 02, 2019 at 18:21 UTC ( [id://11105460]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perltidy pm_11105453.pl
    $ vi pm_11105453.pl
    ...
    47 52.257
    X=(1, 7, 3)
    122 09.400
    
  2. or download this
    $ perl -e 'print chr(0x35)'
    5
    ...
    0
    $ perl -e 'print chr(48)'
    0
    
  3. or download this
    @t = (2, 3, 0);
    @x = (1, 7, 3);
    ...
      . ( @x[2] + 1 )
      . '0'
      . ( ( @x[1] % 4 ) - 3 ) . "\n";
    
  4. or download this
    print "47 52.257\n";
    print "122 09.400\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found