Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Chicanery Needed to Handle Unicode Text on Microsoft Windows

by Jim (Curate)
on Oct 30, 2010 at 18:36 UTC ( [id://868492]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    D:\>cat Demo.pl
    #!perl
    ...
    There's an unexpected/unwanted CR at the end of the line
    
    D:\>
    
  2. or download this
    #!perl
    print "Hello, world\n";
    
  3. or download this
    #!perl
    
    ...
        chomp $line;
        print $output_fh "$line\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-24 22:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found