Re: Need simple perl script

2010-06-06 Thread Chas. Owens
On Sat, Jun 5, 2010 at 12:47, Mephistopheles wrote: > 1. Run sdiff on file1 and file2--supress identical lines > 2. OUtput column1 to outputfile1 and column2 to outputfile2 snip You should be able to run sdiff with either the [open][1] function open my $pipe, "-|", "sdiff", "file1", "file2"

Re: Need simple perl script

2010-06-06 Thread Philip Potter
On 5 June 2010 17:47, Mephistopheles wrote: > 1. Run sdiff on file1 and file2--supress identical lines > 2. OUtput column1 to outputfile1 and column2 to outputfile2 What have you tried so far? We can't correct your code if you don't give us any code to correct. -- To unsubscribe, e-mail: beginn