File: 10_readline.code

package info (click to toggle)
libppi-perl 1.270-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,112 kB
  • sloc: perl: 13,991; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
while (<FOO>) {}
@foo = <BAR>;
@foo = <>;
print while <>;
grep { /foo/ } <FOO>;
my @v=<$up../*.v>;
print while <<>>;
for (;<$foo>;) {}