Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: triyng to built a module

by Loops (Curate)
on Jul 22, 2013 at 19:10 UTC ( [id://1045703]=note: print w/replies, xml ) Need Help??


in reply to triyng to built a module

Previous answers should get you to the point where your script runs, but you may then see a warning about printing wide characters. If this is the case, you can add the following to the top of your script to enable Unicode support:

use feature 'unicode_strings'; use open qw(:std :utf8); use utf8;

Log In?
Username:
Password:

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

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

    No recent polls found