IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16359 for trunk/pstamp/scripts


Ignore:
Timestamp:
Feb 7, 2008, 2:54:34 PM (18 years ago)
Author:
bills
Message:

forgot to update comments when script was converted from bash to perl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_webrequest.pl

    r16358 r16359  
    22###
    33#
    4 # pstampwebrequest.sh: take a postage stamp request command line and process it
     4# pstampwebrequest.pl: take a postage stamp request command line and process it
    55#
    66# The arguments are the command line parameters for the program pstamprequest
    77#
    8 # The output is the list of uris for the resulting postage stamp files
    9 # unless the argument -list is provided.
     8# Unless the argument -list is provided the output is the request id for the resulting request
    109#
    11 # In that case the selected "input" uris are listed on stdout
     10# If -list is the first argument, the request file is built and parsed and the
     11# the selected "input" uris are listed on stdout.
    1212#
    13 # Note: there's nothing really web specific about this program.
    14 #       with the exception that we set up the environment to allow a
    15 #       random user (in this case apache ) to run ipp programs
    16 #
     13# Note: Despite the name there nothing really web specific about this program.
    1714#
    1815###
Note: See TracChangeset for help on using the changeset viewer.