Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: triyng to built a module

by davido (Cardinal)
on Jul 22, 2013 at 19:39 UTC ( [id://1045706]=note: print w/replies, xml ) Need Help??


in reply to triyng to built a module

#!/usr/bin/perl use strict; # <--- Because of this... use warnings; use diagnostics; my $char = chr 0x394; #^-----------------------You must do this. (my) my $code = ord $char; #^----------------------- And this. (my)

Dave

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-03-28 21:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found