Help for this page
#Logic Gates Routines $t=0; ... print "@net \r\n"; print "@gate \r\n"; exit 0;
open(DAT, $data_file) || die("Could not open file!"); @raw_data=<DAT>; ... join(",",@net); print "The net array is @net \r\n"; print "The gate array is @gate \r\n";