Redirecting STDOUT to variable in perl and running child scripts
by Paul Kiddie • January 18, 2010 • perl • 0 Comments
I recently created a perl script (lets call it 1.) to process a network trace and compute the number of bytes received for a given protocol (e.g. udp, tcp or routing protocols such as AODV, DSR) for a given time interval for each node in the trace. The output of this is a comma seperated [...]
Read more →