RE: adding functionality

2004-12-16 Thread Charles K. Clarkson
Christopher Spears <[EMAIL PROTECTED]> wrote: : Here is the latest version of my script: I think you are using the wrong approach to parsing this output. You're making it a lot more complicated than it needs to be. I omitted the report and question sections. Your report data is in %licenses.

Re: adding functionality

2004-12-15 Thread JupiterHost.Net
Christopher Spears wrote: Here is the latest version of my script: #!/usr/bin/perl -w use strict; my $Pixarport = 7498; my $host = "lex"; my $Pixarfile = $Pixarport."@".$host; my @input; my $line; my $line_number; my $file_length; my @features_array; my @handles_array; my $handles; my $features; m