File Perl

open(LISTDIR, 'dir "C:\perl" |') || die;
@filelist = ;
foreach  $file ( @filelist ){
   print $file;
}