Mike Schilli's Friendly Neighborhood Perl Shop

Home
USArundbrief.com
Resume
CPAN Modules
Articles in English
Articles in German
Mike's Script Archive
English-Japanese Translation Trainer
Adventures with O'Reilly's Safari
10 Easy Steps to Become a California Driver
Unofficial perlmonks.com IRC Channel
My Collection of Outage Pages
Prisma (Computer Club Deutschland)
Mike's Monologues
Mike's Script Archive: tmpl

tmpl - Create new perl script and module templates


NAME

    tmpl - Create new perl script and module templates


DOWNLOAD

tmpl


SYNOPSIS

    tmpl -p script.pl
    tmpl -pm Module.pm
    tmpl -pd My::Module


OPTIONS

-h
Prints this manual page in text format.

-v
Print the program's version.

-p
Create a template for a perl script

-pm
Create a template for a perl module

-pd
Create a subdirectory with a perl module distribution


DESCRIPTION

tmpl creates templates for writing perl scripts and modules.


EXAMPLES

  $ tmpl -p script.pl
  $ tmpl -pm Module.pm
  $ tmpl -pd My::Module

FILES

    .tmpl
        AUTHOR    Mike Schilli
        EMAIL     m@perlmeister.com
        YEAR      2009
        GITHUB_ID mschilli


LEGALESE

Copyright 2003-2009 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

2003, Mike Schilli <m@perlmeister.com>


Latest update: 20-Oct-2013