Class::Std::Fast

Class::Std::Fast is faster but less secure than Class::Std.
Download

Class::Std::Fast Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andreas Specht
  • Publisher web site:
  • http://search.cpan.org/~acid/Class-Std-Fast-0.0.5/lib/Class/Std/Fast.pm

Class::Std::Fast Tags


Class::Std::Fast Description

Class::Std::Fast is faster but less secure than Class::Std. Class::Std::Fast is faster but less secure than Class::Std.SYNOPSIS package MyClass; use Class::Std::Fast; 1; package main; MyClass->new();Class::Std::Fast allows you to use the beautifull API of Class::Std in a faster way than Class::Std does.You can get the object's ident via scalarifiyng your object.Getting the objects ident is still possible via the ident method, but it's faster to scalarify your object.SUBROUTINES/METHODSnewThe constructor acts like Class::Std's constructor. For extended constructors see Constructors below. package FastObject; use Class::Std::Fast; 1; my $fast_obj = FastObject->new();identIf you use Class::Std::Fast you shouldn't use this method. It's only existant for downward compatibility. # insted of my $ident = ident $self; # use my $ident = ${$self};initialize Class::Std::Fast::initialize();Imported from Class::Std. Please look at the documentation from Class::Std for more details. Requirements: · Perl


Class::Std::Fast Related Software