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


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

> Surely a bug AFAICS.

AFAICF = as far as I can fix :-)

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^4: perl -d myprog autostarts - but only in one specific directory
by bliako (Monsignor) on Jan 18, 2022 at 19:34 UTC

    I don't think the fix will work. I made a comment below. Thanks, I did not know it was that simple

        yes, you are right.

        Can there be some magic behind that -e 'con' which obviously did not kick in in the Unix case? I tried to use logic in the absence of a windows machine, but that failed me, being m$! "CON" (like LPT, AUX and some others) are all DOS reserved words and can not be the name of files, unless doing some hack (which will confuse Perl!). So, I am not sure that your dir CON failed because of that restriction or because of not existing a CON file. In any event, your perl oneliner is proof enough.