Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Maintaining state through storable.pm?

by redsquirrel (Hermit)
on Jun 27, 2002 at 16:26 UTC ( [id://177752]=note: print w/replies, xml ) Need Help??


in reply to Re: Maintaining state through storable.pm?
in thread Maintaining state through storable.pm?

my %hash = (ora_types => 112, ora_field => 'data');
Rather than using the less obvious 112, this may make the code a bit more self-documenting:
use DBD::Oracle qw(:ora_types); ... my %hash = (ora_types => ORA_CLOB, ora_field => 'data');

--Dave

Log In?
Username:
Password:

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

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

    No recent polls found