Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^6: Unicode strings internals

by vsespb (Chaplain)
on May 10, 2013 at 21:30 UTC ( [id://1033039]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # $binarydata is binary data, $id is a ASCII-only number, $command is 
    +ASCII-only string.
    # so result of concatenation should be binary data
    my $line = "$id\t$command\t$datalength\t$binarydata";
    syswrite $file, $line ...
    
  2. or download this
    my ($id, $filename) = split (/\t/, $record);
    

Log In?
Username:
Password:

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

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

    No recent polls found