The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567—891011121314151617 #!/usr/bin/env perluse strict;use warnings;use App::perlfind;exit( App::perlfind->run );__END__HideShow 10 lines of Pod=head1 NAMEperlfind=head1 DESCRIPTIONSee L<App::perlfind>, L<Pod::Cpandoc> and L<Pod::Perldoc>.=cut
#!/usr/bin/env perl
use
strict;
warnings;
App::perlfind;
exit
( App::perlfind->run );
__END__
=head1 NAME
perlfind
=head1 DESCRIPTION
See L<App::perlfind>, L<Pod::Cpandoc> and L<Pod::Perldoc>.
=cut