Re: Syntax Checker Script

2007-10-30 Thread John W . Krahn
On Tuesday 30 October 2007 01:56, [EMAIL PROTECTED] wrote: > Hello, Hello, > I want a script which is going to check if the numbers specified in > the config file is the same for each of the types of lines in the > seeding files. > > The script would read each line to check if the no of columns i

Re: Syntax Checker Script

2007-10-30 Thread Tom Phoenix
On 10/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I want that this script read from Config.ini file. What's stopping you from writing the code to do that? > $ARGV[0]=ROUTER; Do you mean this? $ARGV[0] = 'ROUTER'; > my $fname="seed.csv"; > open(OF, $fn