#!/usr/bin/perl if ($#ARGV != 0) { die("Call: comp_gen.pl \n"); } $name = $ARGV[0]; $iface = $ARGV[1]; $var = $ARGV[2]; $print =<