Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Coding superstitions

by Amoe (Friar)
on Jan 08, 2002 at 23:00 UTC ( [id://137223]=note: print w/replies, xml ) Need Help??


in reply to Coding superstitions

My scripts usually start off fairly regular, then degenerate into trying to do things I know I shouldn't. I always start my scripts like this:
#!/usr/bin/perl -w use strict; # useless.pl # script to demonstrate my perl style # amoe 2002 use SomeModule;
That's pretty much exactly how all my scripts start off. Even when I'm useing warnings, I put the -w switch in, and use strict somes directly underneath to match my Camel teeshirt :)

--
my one true love

Log In?
Username:
Password:

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

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

    No recent polls found