Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Confession of a Perl Hacker

by doug (Pilgrim)
on Jan 22, 2001 at 23:40 UTC ( [id://53573]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        typedef struct my_data
            {
            char    c;
            int    i;
            } MY_DATA;
    
  2. or download this
        my $packet = pack 'c xxx N', $letter, $integer;
    
  3. or download this
        my ($letter, $integer) = unpack 'c xxx N', $resp;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-04-19 12:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found