FWS::Lite

Lightweight access to FWS methodologies and installations
Download

FWS::Lite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nate Lewis
  • Publisher web site:
  • http://search.cpan.org/~natelewis/

FWS::Lite Tags


FWS::Lite Description

FWS::Lite is a Perl module that provides basic input and output to a FrameWork Sites installation or can be used independently using the methodologies of FrameWork Sites data structures and file handling.SYNOPSIS use FWS::Lite; # # Create FWS with MySQL connectivity # my $fws = FWS::Lite->new( DBName => "theDBName", DBUser => "myUser", DBPassword => "myPass"); # # create FWS with SQLite connectivity # my $fws2 = FWS::Lite->new( DBType => "SQLite", DBName => "/home/user/your.db");Product's homepage


FWS::Lite Related Software