Re: $ARGV Help

2001-08-24 Thread register
Maybe you can consider something like this ... after reading in from the ORG file and splitting the elements into @fields ... you can so something along these lines for my $field (@fields) { my $field_length = length($field); my $format = "%-".$field_length

$ARGV Help

2001-08-24 Thread Govinderjit Dhinsa
I have a program that reads an input file and outputs the file, with where I want each field to start from! ## open ORG,"<$ARGV[0]" or die "Cannot open $ARGV[0]",$!; open