Geo-Raster

 view release on metacpan or  search on metacpan

rash  view on Meta::CPAN


=head1 SIGINT

rash installs a SIGINT handler which may used to cancel lengthy raster
operations.

=cut

sub cntrlc {
    my($sig) = @_;
    &Raster::gdsigint(1);
}

=pod

=head1 HELP

Commands C<?> and C<help> run C<perldoc rash> thus showing this
manual page.

Command C<? Raster> and C<help Raster> run C<man Raster> thus showing the



( run in 0.469 second using v1.01-cache-2.11-cpan-71847e10f99 )