IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2409 for trunk/doc/misc/foo.pl


Ignore:
Timestamp:
Nov 23, 2004, 1:20:38 PM (22 years ago)
Author:
jhoblitt
Message:

allow $VERSION in scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/misc/foo.pl

    r2398 r2409  
    99use strict;                             # not optional
    1010use warnings;                           # not optional
     11
     12our $VERSION = '0.01';                  # optional - handy with Getopt::Long
    1113
    1214use Foo qw( $bar );                     # import $bar into our namespace
Note: See TracChangeset for help on using the changeset viewer.