Skip to content
Snippets Groups Projects
Commit efacd8dc authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

reformating

parent 63aace34
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ unless (-d $out_dir)
}
# item list
my $fnm_items= $data_dir . "/items.csv";
my $fnm_items= $data_dir . '/items.csv';
local *FO_ITEMS;
open (FO_ITEMS, '>:utf8', $fnm_items) or die "can't write to [$fnm_items]";
......@@ -244,9 +244,9 @@ LINE: while (1)
if ($debug > 1 || $debug_item)
{
print "="x72, "\n";
print "frame: ", Dumper(\%frame);
print "text: ", Dumper(\@text);
print "lines: ", Dumper (\@lines);
print __LINE__, " frame: ", Dumper(\%frame);
print __LINE__, " text: ", Dumper(\@text);
print __LINE__, " lines: ", Dumper (\@lines);
print "="x72, "\n";
$debug_item= 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment