Mac::Apps::Seasonality::LoadICAOHistory

Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database.
Download

Mac::Apps::Seasonality::LoadICAOHistory Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Elliot Shank
  • Publisher web site:
  • http://search.cpan.org/~elliotjs/Mac-Apps-Seasonality-LoadICAOHistory-v0.0.6/lib/Mac/Apps/Seasonality/LoadICAOHistory.pm

Mac::Apps::Seasonality::LoadICAOHistory Tags


Mac::Apps::Seasonality::LoadICAOHistory Description

Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database. Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database with the Seasonality weather.db schema.SYNOPSIS use English qw{ -no_match_vars }; use DBI; use Mac::Apps::Seasonality::LoadICAOHistory qw{ :conversion &clean_icao_history_set &load_icao_history }; use Mac::Apps::Seasonality::Exceptions; my $celsius = convert_from_fahrenheit_to_celsius( 32.0 ); my $hectopascals = convert_from_inches_of_mercury_to_hectopascals( 31.32); my $knots = convert_from_miles_per_hour_to_knots( 5.5 ); my $data = , , , ]; my $database_connection = DBI->connect( "dbi:SQLite2:$database_file_name", q{}, q{}, { AutoCommit => 0, RaiseError => 1, } ); clean_icao_history_set($data); eval { load_icao_history($database_connection, $data) }; my $exception if ($exception = Mac::Apps::Seasonality::InvalidDatumException->caught()) { ... } elsif ($EVAL_ERROR) { ... } # end if Requirements: · Perl


Mac::Apps::Seasonality::LoadICAOHistory Related Software