#!/usr/bin/perl $IN = $ARGV[0]; $OUT = $ARGV[1]; open (RAW, "sox $IN -t .sw -|"); open (OUTF, ">$OUT"); $var = $OUT; $var =~ s/\.c$//; print OUTF <