Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Handling MSWin Script Output

by kcott (Archbishop)
on Sep 11, 2019 at 09:11 UTC ( [id://11106008]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\Users\ken\tmp>assoc | find /i "perl"
    .pl=Perl_program_file
    ...
    C:\Users\ken\tmp>ftype | find /i "Perl_program_file"
    
    C:\Users\ken\tmp>
    
  2. or download this
    C:\Users\ken\tmp>perl .\test_platform.pl
    Platform: MSWin32
    ...
    Enter to close window:
    
    C:\Users\ken\tmp>
    
  3. or download this
    if ($^O eq 'MSWin32') {
        print 'Enter to close window: ';
        <>;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-19 15:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found