#!/usr/bin/perl $num = 0; $override_range = $ARGV[0]; # Go through the .csc file; find the transmission range and all the # nodes' x and y coordinates. while() { if(/\([\d.]+)\<\//) { $range = $1; } if(/\([\d.]+)\([\d.]+)\