Home
Press ? for keyboard navigation
❮
File::Slurp
pop, push
❯
Diamond operator
examples/perlarrays/diamond.pl
#!/usr/bin/perl
use
strict
;
use
warnings
;
while
(
my
$line
=
<>
)
{
print
$line
;
}
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)