IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 31, 2005, 10:55:39 AM (21 years ago)
Author:
jhoblitt
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/scripts/ptest.pl

    r4440 r4931  
    1 #!/usr/bin/perl
     1#!/usr/bin/env perl
    22
    33use strict;
    4 use warnings;
     4use warnings FATAL => qw( all );
    55
    66use lib "./lib";
     
    1212);
    1313
    14 my $key = shift;
    15 
     14my $key = shift || 'foobar';
    1615my $kids = shift || 1;
    1716
Note: See TracChangeset for help on using the changeset viewer.