Relations

Relations is a Perl module with functions to use with databases and queries.
Download

Relations Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • GAF-3 Industries, Inc.
  • Publisher web site:
  • http://search.cpan.org/~gaffer/Relations-Display-0.92/Display.pm

Relations Tags


Relations Description

Relations is a Perl module with functions to use with databases and queries. Relations is a Perl module with functions to use with databases and queries.SYNOPSIS use Relations; $as_clause = as_clause({full_name => "concat(f_name,' ',l_name)", {status => "if(married,'Married','Single')"}) $query = "select $as_clause from person"; $avoid = to_hash("virustbug","t"); if ($avoid->{bug}) { print "Avoiding the bug..."; } unless ($avoid->{code}) { print "Not avoiding the code..."; } Requirements: · Perl


Relations Related Software