"Perl Programmers Reference Guide (англ.) (программ.) /19.12.1998/ " - читать интересную книгу автора

EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT
See the _p_e_r_l_r_u_n manpage.

AAAAUUUUTTTTHHHHOOOORRRR
Larry Wall <_l_a_r_r_y_@_w_a_l_l_._o_r_g>, with the help of oodles of
other folks.

If your Perl success stories and testimonials may be of
help to others who wish to advocate the use of Perl in
their applications, or if you wish to simply express your
gratitude to Larry and the Perl developers, please write
to <_p_e_r_l_-_t_h_a_n_k_s_@_p_e_r_l_._o_r_g>.

FFFFIIIILLLLEEEESSSS
"/tmp/perl-e$$" temporary file for -e commands
"@INC" locations of perl libraries


SSSSEEEEEEEE AAAALLLLSSSSOOOO
a2p awk to perl translator

s2p sed to perl translator





22/Jul/98 perl 5.005, patch 02 5





PERL(1) Perl Programmers Reference Guide PERL(1)


DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
The ----wwww switch produces some lovely diagnostics.

See the _p_e_r_l_d_i_a_g manpage for explanations of all Perl's
diagnostics. The use diagnostics pragma automatically
turns Perl's normally terse warnings and errors into these
longer forms.

Compilation errors will tell you the line number of the
error, with an indication of the next token or token type
that was to be examined. (In the case of a script passed
to Perl via ----eeee switches, each ----eeee is counted as one line.)

Setuid scripts have additional constraints that can