SPOPS::Utility

Utility methods for SPOPS objects.
Download

SPOPS::Utility Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chris Winters
  • Publisher web site:
  • http://search.cpan.org/~cwinters/SPOPS-0.87/SPOPS/SQLInterface.pm

SPOPS::Utility Tags


SPOPS::Utility Description

Utility methods for SPOPS objects. SPOPS::Utility is a Perl module with utility methods for SPOPS objects.SYNOPSIS # In configuration file 'isa' => , # Create an object and run a utility my $user = MyApp::User->fetch( $id ); $user->{crypted_password} = $user->crypt_it( $new_password ); # Also use them separately use SPOPS::Utility qw(); my $now = SPOPS::Utility->now; my $random = SPOPS::Utility->generate_random_code( 16 ); my ( $lower, $upper ) = SPOPS::Utility->determine_limit( '50,100' );This class has a number of utility methods that can be used from SPOPS objects or from the SPOPS classes. They were previously in the main SPOPS module but were removed to make the classes more consistent and focused. Requirements: · Python


SPOPS::Utility Related Software