Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

print in CMD window

by BillKSmith (Monsignor)
on Sep 14, 2021 at 19:45 UTC ( [id://11136763]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e"print qq(\xe4)"
    
  2. or download this
    perl -MDOS::Try -e"print qq(\xe4)"
    
  3. or download this
    use strict;
    use warnings;
    use $result;
    $result = `perl -MDOS::Try -e"print qq(\xe4)"`;
    print $result;
    
  4. or download this
    package DOS::Try;
    use strict;
    ...
    close STDOUT;
    open(STDOUT, ">&:encoding(Cp437)", $oldout) or die "Can't dup \$oldout
    +: $!";
    1
    

Log In?
Username:
Password:

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

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

    No recent polls found