use File::PathInfo; my $i = new PathInfo; $i->set('/absolute/path/to/your.mp3'); my $parent_directory = $i->abs_loc;