File: html.pl

package info (click to toggle)
xawtv 3.107-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,204 kB
  • sloc: ansic: 46,254; perl: 749; sh: 422; cpp: 184; makefile: 126; xml: 74
file content (6 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
#!/usr/bin/perl
while (<>) {
	chop;
	s/([\\\"])/\\$1/g;
	print "\"$_\\n\"\n";
}