Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^6: perl -d myprog autostarts - but only in one specific directory

by bliako (Monsignor)
on Jan 18, 2022 at 21:35 UTC ( [id://11140586]=note: print w/replies, xml ) Need Help??


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

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.

Replies are listed 'Best First'.
Re^7: perl -d myprog autostarts - but only in one specific directory
by pryrt (Abbot) on Jan 18, 2022 at 21:54 UTC
    Sorry, yes, my point with the dir CON was to show there wasn't a filesystem file in the active directory called CON, that the -e "con" really was finding the magic CON, not some local file or directory that happened to be named CON. I guess I should have added more verbiage to explain that.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11140586]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-20 15:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found