Help for this page

Select Code to Download


  1. or download this
    # Which means that this...
    sub read_shx_header {shift()->read_shx_shp_header('shx',@_);}
    ...
       my $self = shift @_;
       $self->read_shx_shp_header('shx', @_);
    }