Geo-Raster
view release on metacpan or search on metacpan
=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 1.880 second using v1.01-cache-2.11-cpan-71847e10f99 )