Help for this page
#! /usr/bin/perl -lw ... cat ('o1', *OUT ) or die "Can't cat o1: $!"; cat ('o2', *OUT ) or die "Can't cat o2: $!"; close OUT ;
this line is from o1 this line is from o2