Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: rotating cube.

by zork42 (Monk)
on Jul 13, 2013 at 09:39 UTC ( [id://1044138]=note: print w/replies, xml ) Need Help??


in reply to rotating cube.

As hdb said, use warnings; helps spot errors at compile time.

use strict; is similarly very useful.

Most programs start with:
#!/usr/bin/perl use strict; use warnings;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1044138]
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-03-19 06:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found