in reply to Create and edit new scripts
And why not make the initial template something like this:
That will make it clear that some amount of documentation should be included, which is usually a very good idea. (You can use the given file name and the user's name to initialize the first and last POD fields -- that would be very handy!)#!/usr/bin/perl =head1 NAME =head1 SYNOPSIS =head1 DESCRIPTION =head1 AUTHOR =cut use strict; use warnings;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Create and edit new scripts
by johngg (Canon) on Apr 25, 2006 at 09:03 UTC | |
by wazoox (Prior) on May 06, 2006 at 14:50 UTC |