#!/usr/bin/perl # # dbstripleadingspace # Copyright (C) 1991-1998 by John Heidemann # $Id: dbstripleadingspace,v 1.9 2003/05/23 04:17:52 johnh Exp $ # # This program is distributed under terms of the GNU general # public license, version 2. See the file COPYING # in $dblibdir for details. # sub usage { print <getopt) { $ch = $dbopts->opt; if (0) { } else { &usage; }; }; $usage if ($#ARGV != -1); while () { if ($_ =~ /^\#/) { print $_; next; }; s/^[ ]+//; print $_; }; print "# | $prog " . join(" ", @orig_argv) . "\n"; exit 0;