use autodie 'system'; # This works. no autodie 'system'; system('dir', 'test.pl'); use autodie 'system'; # This fails. system('dir', 'test.pl');