Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: how to convert numbers to ASCII characters

by ikegami (Patriarch)
on Jan 24, 2008 at 17:54 UTC ( [id://664105]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub read_block {
       my ($fh, $bytes_to_read) = @_;
    ...
    # Read
    my $num_numbers = unpack('C',  read_block($fh, 1));
    my @numbers     = unpack('C*', read_block($fh, $num_numbers));
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-19 20:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found