#!/usr/bin/perl -w use strict; if (open INPFIL, ") { # Next line from input file chomp $inpbuf; &processInputLine($inpbuf); } # Cleanup close INFPIL; } exit;