Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

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

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

Help for this page

Select Code to Download


  1. or download this
    If there is a TTY, we have to determine who it belongs to before we ca
    +n proceed. If this is a slave editor or graphical debugger (denoted b
    +y the first command-line switch being '-emacs'), we shift this off an
    +d set $rl to 0 (XXX ostensibly to do straight reads).
    
    ...
        AmigaOS - use CONSOLE:.
        VMS - use sys$command.
        Unix - use /dev/tty.
    
  2. or download this
    elsif ( $^O eq 'dos' or -e "con" or $^O eq 'MSWin32' ) {
      $console = "con";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-26 06:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found