File: 01_var.pl

package info (click to toggle)
plsense 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,012 kB
  • sloc: perl: 9,767; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (4)
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 .