Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

class::std::fast::storable(3pm) [debian man page]

Class::Std::Fast::Storable(3pm) 			User Contributed Perl Documentation			   Class::Std::Fast::Storable(3pm)

NAME
Class::Std::Fast::Storable - Fast Storable InsideOut objects VERSION
This document describes Class::Std::Fast::Storable 0.0.8 SYNOPSIS
package MyClass; use Class::Std::Fast::Storable; 1; package main; use Storable qw(freeze thaw); my $thawn = freeze(thaw(MyClass->new())); DESCRIPTION
Class::Std::Fast::Storable does the same as Class::Std::Storable does for Class::Std. The API is the same as Class::Std::Storable's, with few exceptions. SUBROUTINES
/METHODS STORABLE_freeze see method Class::Std::Storable::STORABLE_freeze STORABLE_thaw see method Class::Std::Storable::STORABLE_thaw DIAGNOSTICS
see Class::Std and see Class::Std::Storable CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
o version o Class::Std o Carp INCOMPATIBILITIES
STORABLE_freeze_pre, STORABLE_freeze_post, STORABLE_thaw_pre and STORABLE_thaw_post must not be implemented as AUTOMETHOD. see Class::Std and Class::Std::Storable BUGS AND LIMITATIONS
see Class::Std and Class::Std::Storable RCS INFORMATIONS
Last changed by $Author: ac0v $ Id $Id: Storable.pm 469 2008-05-26 11:26:35Z ac0v $ Revision $Revision: 469 $ Date $Date: 2008-05-26 13:26:35 +0200 (Mon, 26 May 2008) $ HeadURL $HeadURL: file:///var/svn/repos/Hyper/Class-Std-Fast/branches/0.0.8/lib/Class/Std/Fast/Storable.pm $ AUTHOR
Andreas 'ac0v' Specht "<ACID@cpan.org>" LICENSE AND COPYRIGHT
Copyright (c) 2007, Andreas Specht "<ACID@cpan.org>". All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2008-05-26 Class::Std::Fast::Storable(3pm)

Check Out this Related Man Page

Class::Accessor::Fast(3pm)				User Contributed Perl Documentation				Class::Accessor::Fast(3pm)

NAME
Class::Accessor::Fast - Faster, but less expandable, accessors SYNOPSIS
package Foo; use base qw(Class::Accessor::Fast); # The rest is the same as Class::Accessor but without set() and get(). DESCRIPTION
This is a faster but less expandable version of Class::Accessor. Class::Accessor's generated accessors require two method calls to accompish their task (one for the accessor, another for get() or set()). Class::Accessor::Fast eliminates calling set()/get() and does the access itself, resulting in a somewhat faster accessor. The downside is that you can't easily alter the behavior of your accessors, nor can your subclasses. Of course, should you need this later, you can always swap out Class::Accessor::Fast for Class::Accessor. Read the documentation for Class::Accessor for more info. EFFICIENCY
"EFFICIENCY" in Class::Accessor for an efficiency comparison. AUTHORS
Copyright 2007 Marty Pauley <marty+perl@kasei.com> This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License. ORIGINAL AUTHOR Michael G Schwern <schwern@pobox.com> SEE ALSO
Class::Accessor perl v5.10.0 2009-09-15 Class::Accessor::Fast(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. AIX

Label:scan_error_chrp

Am getting an error in error log LABEL: SCAN_ERROR_CHRP IDENTIFIER: BFE4C025 Date/Time: Wed May 17 10:49:32 CUT Sequence Number: 6738 Machine Id: 00CD552E4C00 Node Id: dbs104 Class: H Type: PERM Resource Name: sysplanar0 Resource Class:... (0 Replies)
Discussion started by: vjm
0 Replies

2. Shell Programming and Scripting

Error in Storable.pm

Hi I am Trying to access a service and i get the following error Byte order is not compatible at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al) line 331 Does anybody have any idea on this (3 Replies)
Discussion started by: Aditya_IT
3 Replies

3. AIX

Fast Connect Server

I am trying to setup a Fast Connect Server on my AIX 5.3 box to create a shared directory for users. The problem I'm having is that I can map the shared directory onto a PC only if I specify the IP address of the AIX server. If I specify the DNS name of the AIX server, the map on the PC to the Fast... (4 Replies)
Discussion started by: asch337
4 Replies

4. UNIX for Dummies Questions & Answers

Fast export in unix

/opt/teradata/client/bin/fexp <<EOP .LOGTABLE load_work.datastore_log1 ; .LOGON BOX/userid,password; .BEGIN EXPORT SESSIONS 20; .EXPORT OUTFILE $path MODE RECORD FORMAT TEXT; select trim(cast(PROC_YYMM_DT as char(5))) (title ''), cast('~' as char(1)), trim(cast(ACCNO as char(21)))... (1 Reply)
Discussion started by: depakjan
1 Replies

5. Red Hat

Fast yet simple way to navigate directories

If you are like me, typing CD command again and again would quickly get tiresome and wonder there must be a better way to do it. I have done some searching on Google and this forum. The results I get (using alias, CDPATH or PUSHD) do not satisfy me completely, so I decide to do it my way.... (10 Replies)
Discussion started by: IKE0000
10 Replies

6. Shell Programming and Scripting

Increment Gawk

Hi, I have a small query with gawk which i'm unsure how to solve. My csv input data is as follows: 1 58352.9 34549 -469.323 LINE_149 2 58352.9 34499 -469.323 LINE_149 3 58352.9 34549 -469.323 LINE_151 4 58352.9 34503.4 -489.841 LINE_151 5 58352.9 34549 -469.323 LINE_152 6 58352.9... (1 Reply)
Discussion started by: theflamingmoe
1 Replies