Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
          or die "Cannot connect to Database at $DBPath;";
    }
    ...
    
  2. or download this
    ...
    my $ProgramDir;
    ...
    use lib ( $ProgramDir, ); # Current Program's Dir
    use AvalancheDB ("$ProgramDir/avalanchedata.sqlite");
    ...