Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Say what perl -c returns #21686

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions pod/perlrun.pod
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ or C<CHECK> blocks and any C<use> statements: these are considered as
occurring outside the execution of your program. C<INIT> and C<END>
blocks, however, will be skipped.

Returns 0 to the shell for success, -1 for failure (syntax errors.) In both cases
a status message will be printed to STDERR.

=item B<-d>
X<-d> X<-dt>

Expand Down