IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2007, 12:04:50 PM (19 years ago)
Author:
eugene
Message:

adding program/host info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/phase0_imfile.pl

    r11484 r11492  
    33use warnings;
    44use strict;
     5
     6## report the program and machine
     7use Sys::Hostname;
     8my $host = hostname();
     9print "\n\n";
     10print "Starting script $0 on $host\n\n";
    511
    612use vars qw( $VERSION );
Note: See TracChangeset for help on using the changeset viewer.