Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

hackdaddy's scratchpad

by hackdaddy (Hermit)
on Jun 01, 2004 at 23:35 UTC ( #358815=scratchpad: print w/replies, xml ) Need Help??

#!/usr/bin/perl -w use strict; # memory fault bug my %set; $set{blah} = "nah"; $set{caw} = "hah"; while( (key, value) = each( %set ) ) { #$table->{$pk}->{$key} = $set{$key}; }

Perl Style Guides for Large Projects
The Monastery Gates
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others perusing the Monastery: (1)
As of 2023-03-26 09:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?