The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678—9101112131415161718 #!/usr/bin/env perluse strict;use warnings;use App::perlfind;print STDERR qq!Use of "perlzonji" is deprecated. Please use "perlfind".\n!;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;
print
STDERR
qq!Use of "perlzonji" is deprecated. Please use "perlfind".\n!
;
exit
( App::perlfind->run );
__END__
=head1 NAME
perlfind
=head1 DESCRIPTION
See L<App::perlfind>, L<Pod::Cpandoc> and L<Pod::Perldoc>.
=cut