summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser/files/check_nfs.pl
blob: 2f8c4cbe8a6711e17d86c1daeb9bcac3972d2544 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/perl

use strict;
use warnings;
use File::Temp qw(tempfile);

my ($fh, $fn) = tempfile("check-XXXXXX", SUFFIX => '.tmp', TMPDIR => 1, UNLINK => 1);
#print "$fn\n";