Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    my $logpath = "/var/log/avbrief/".basename($0).".log";
    my $timeout = (10 * 60);
    
  2. or download this
    # sudo -u abl   /avprog/bin/alerting_map_all.pl
    Unable to recognise encoding of this document at /usr/share/perl5/XML/
    +SAX/PurePerl/EncodingDetect.pm line 100.
    ...
    .
    Undefined subroutine &Proj::proj_init_plus called at /usr/share/perl5/
    +Avbrief/Projection.pm line 89.
    start of script
    
  3. or download this
    =head2 1.10 (23 April 2003) Judd Taylor
         - Changed from using the proj_init() type API in projects.h to th
    +e
         - proj_init_plus() API in proj_api.h. The old one was not that st
    +able...
    
  4. or download this
    projPJ pj_init(int, char **);
    projPJ pj_init_plus(const char *)