Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Handling MSWin Script Output

by kcott (Archbishop)
on Sep 10, 2019 at 08:34 UTC ( [id://11105937]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        print 'Enter to close window: ';
        <>;
    }
    
  2. or download this
    ken@titan /cygdrive/c/Users/ken/tmp
    $ ./test_platform.pl
    ...
    $ perl ./test_platform.pl
    Platform: cygwin
    Executable: /home/ken/perl5/perlbrew/perls/perl-5.30.0/bin/perl
    
  3. or download this
    Platform: MSWin32
    Executable: C:\Users\ken\local\opt\strawberry_perl\5_030_000\install\p
    +erl\bin\perl.exe
    Enter to close window:
    
  4. or download this
    PS C:\Users\ken\tmp> perl ./test_platform.pl
    Platform: MSWin32
    Executable: C:\Users\ken\local\opt\strawberry_perl\5_030_000\install\p
    +erl\bin\perl.exe
    Enter to close window:
    
  5. or download this
    PS C:\Users\ken\tmp> ./test_platform.pl
    PS C:\Users\ken\tmp>
    
  6. or download this
    Platform: MSWin32
    Executable: C:\Users\ken\local\opt\strawberry_perl\5_030_000\install\p
    +erl\bin\perl.exe
    Enter to close window:
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11105937]
Approved by Discipulus
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-03-29 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found