I couldn't get it to compile readily. I'd recommend adding -w (or use warnings) and use strict. Once you modify the code so that it works with those pragmas, your bug may very well become obvious, or disappear altogether.
Chris At 08:01 AM 10/9/2002 -0400, Jennifer Fountain wrote: >I am hoping someone could help me debug a script - I inherited this script: > >#!/usr/local/bin/perl ># Perl Script for Consolidation Correction for R&B, Inc. ># Author: R.Shivaramakrishnan ># Creation Date: 12/17/98 ># > >$MFG_FILE = "manufacturing_order_data_add"; >$ERR_FILE = "manufacturing_order_data_ign"; _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
