Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Confession of a Perl Hacker

by tadman (Prior)
on Jan 22, 2001 at 20:04 UTC ( [id://53506]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       Perl:
    
    ...
               a_record.id   = 419;
               a_record.time = time();
               strcpy (a_record.name, "Quentin");
    
  2. or download this
         my (%record) = ();
         my ($packed_record);
    ...
         open (FILE, ">$data_file");
         print $packed_record;
         close (FILE);
    
  3. or download this
          'Q' 'u' 'e' 'n' 't' 'i' 'n' \x00
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (8)
As of 2024-03-28 11:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found