File: 10_readline.code

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