1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
#!/usr/bin/perl
# astart scalar
#$
# aend include: _ / , ARGV ENV
# ahelp ENV : ^ %ENV \s is \s Builtin \s Variable\. $
# ahelp ENV : ^ ===== \s Part \s of \s PerlDoc \s ===== \n .
# astart array
#@
# aend include: ARGV
# ahelp ARGV : ^ @ARGV \s is \s Builtin \s Variable\. $
# ahelp ARGV : ^ ===== \s Part \s of \s PerlDoc \s ===== \n .
# astart hash
#%
# aend include: ENV
# astart array index
#$#
# aend include: ARGV
# astart scalar in str
#print "$
# aend include: _ / , ARGV ENV
# astart my
#my $
# aend equal:
# astart our
#our @
# aend equal:
# hstart builtin variable
#@ARGV
# hend ^ @ARGV \s is \s Builtin \s Variable\. $
# hend ^ ===== \s Part \s of \s PerlDoc \s ===== \n .
|