File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -346,8 +346,8 @@ XML::Parser - A perl module for parsing XML documents
346
346
Default => \&other);
347
347
348
348
open(my $fh, 'xmlgenerator |');
349
- $p3->parse($foo , ProtocolEncoding => 'ISO-8859-1');
350
- close($foo );
349
+ $p3->parse($fh , ProtocolEncoding => 'ISO-8859-1');
350
+ close($fh );
351
351
352
352
$p3->parsefile('junk.xml', ErrorContext => 3);
353
353
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ SYNOPSIS
21
21
Default => \&other);
22
22
23
23
open(my $fh, 'xmlgenerator |');
24
- $p3->parse($foo , ProtocolEncoding => 'ISO-8859-1');
25
- close($foo );
24
+ $p3->parse($fh , ProtocolEncoding => 'ISO-8859-1');
25
+ close($fh );
26
26
27
27
$p3->parsefile('junk.xml', ErrorContext => 3);
28
28
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ XML::Parser - A perl module for parsing XML documents
24
24
Default => \&other);
25
25
26
26
open(my $fh, 'xmlgenerator |');
27
- $p3->parse($foo , ProtocolEncoding => 'ISO-8859-1');
28
- close($foo );
27
+ $p3->parse($fh , ProtocolEncoding => 'ISO-8859-1');
28
+ close($fh );
29
29
30
30
$p3->parsefile('junk.xml', ErrorContext => 3);
31
31
You can’t perform that action at this time.
0 commit comments