Help for this page
my $munged_data = `analysis_program $data`;
#Old Code my $data = $ARGV[0]; ... do_stuff($data); } 1;