File: exe.pl

package info (click to toggle)
libxml-bare-perl 0.47-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,404 kB
  • sloc: xml: 15,819; perl: 2,176; ansic: 705; cpp: 41; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 212 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

print <<END;
Parsing using various test executables of libraries

END
print `perl oneexe.pl 5`;
my $file = $ARGV[0] || 'test.xml';
for my $i ( 0 .. 4 ) {
    print `perl oneexe.pl $i $file 1`;
}