#.....PlayWave.pl use Audio::Wav; my $wav = new Audio::Wav; my $read = $wav -> read( 'Test.wav' ); my $details = $read -> details();