File: mkipa.pl

package info (click to toggle)
darts 0.32-20
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,040 kB
  • sloc: sh: 2,458; cpp: 95; makefile: 32; perl: 3
file content (5 lines) | stat: -rw-r--r-- 71 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#!/usr/bin/perl

while(<>) {
  print "$1\n" if (/\(LEX \(([^ ]+) /);
}