=encoding euc-jp
=head1 NAME
=begin original
perlvar - Perl predefined variables
=end original
perlvar - Perl で定義済みの変数
=head1 DESCRIPTION
=head2 Predefined Names
(定義済みの変数)
=begin original
The following names have special meaning to Perl. Most
punctuation names have reasonable mnemonics, or analogs in the
shells. Nevertheless, if you wish to use long variable names,
you need only say
=end original
以下の名前は Perl では特別な意味を持ちます。
記号的な名前の多くは記憶法があるか、シェルでの類推が可能です。
それでも長い名前を使用したい場合には
use English;
=begin original
at the top of your program. This aliases all the short names to the long
names in the current package. Some even have medium names, generally
borrowed from B and C (aka C , C
(またの名を C