Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Stupid mistakes I repeatedly make

by doom (Deacon)
on Mar 29, 2005 at 23:04 UTC ( [id://443294]=note: print w/replies, xml ) Need Help??


in reply to Stupid mistakes I repeatedly make

On the subject of forgetting to use Data::Dumper;, my solution is to use some standard code templates so that I start out with a stack of standard "use" statements
use strict; use warnings; use Carp; $|=1;
Adding use Data::Dumper; to that list sounds like a good idea. I also have the template insert a standard pod framework (with the name of the file filled in automatically).

I do this in emacs, with the newish package called template.el.

And actually I run it using a emacs lisp package that I've been working on: perlnow.el. I've got separate commands for starting work on scripts, OOP modules, proceedural modules and *.t code, all of which use different templates.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-23 07:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found