http://qs1969.pair.com?node_id=11140582


in reply to Re^4: perl -d myprog autostarts - but only in one specific directory
in thread perl -d myprog autostarts - but only in one specific directory

-e shows CON exists under windows:

C:\Users\peter.jones\Downloads\TempData>perl -le "print -e 'CON'" 1 C:\Users\peter.jones\Downloads\TempData>dir CON Directory of \\. File Not Found

in other words, that fix should work, if I understand it correctly.

crossposted to https://github.com/Perl/perl5/pull/19349#discussion_r787107781