Go to the source code of this file.
Functions | |
| use base | qw (XML::SAX::Base) |
Variables | |
| package | ENVCANMapSearch |
| use | strict |
| require | Exporter |
| our | ISA = qw(Exporter) |
| our | EXPORT = qw(doSearch AddSatSearch AddImageTypeSearch AddSatClassSearch) |
| our | $VERSION = 0.1 |
| my | satclasssearches |
| my | satsearches |
| my | imagetypesearches |
| my | anisearches |
| my | $searchresults |
| use base qw | ( | XML::SAX::Base | ) |
| package ENVCANMapSearch |
Definition at line 5 of file ENVCANMapSearch.pm.
| use strict |
Definition at line 6 of file ENVCANMapSearch.pm.
| require Exporter |
Definition at line 7 of file ENVCANMapSearch.pm.
Definition at line 11 of file ENVCANMapSearch.pm.
| our EXPORT = qw(doSearch AddSatSearch AddImageTypeSearch AddSatClassSearch) |
Definition at line 12 of file ENVCANMapSearch.pm.
| our $VERSION = 0.1 |
Definition at line 13 of file ENVCANMapSearch.pm.
Definition at line 15 of file ENVCANMapSearch.pm.
| my satsearches |
Definition at line 16 of file ENVCANMapSearch.pm.
Definition at line 17 of file ENVCANMapSearch.pm.
| my anisearches |
Definition at line 18 of file ENVCANMapSearch.pm.
| my $searchresults |
Definition at line 19 of file ENVCANMapSearch.pm.
1.5.5