File: output_to_process

package info (click to toggle)
libxml-sax-machines-perl 0.46-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 436 kB
  • sloc: perl: 1,767; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
use XML::SAX::Machines qw( Pipeline );

Pipeline(
    "<$ARGV[0]",
    ## Put some filter here :)
    "| xmllint --format -"
)->parse;