Help for this page
@args = ('cmd.exe', '/c', 'erase', $filename);
@args = ( 'sh', '-c', "erase $filename" );