Subject: | Module dies with error |
Hi there,
I am attempting to use your module (TV-Humax-Foxsat-0.03) on the attached files, and both produce the same error when trying to get the EPG blocks:
'@' outside of string in unpack at /usr/local/share/perl/5.18.2/TV/Humax/Foxsat/hmt_data.pm line 20
My code is as follows:
#!/usr/bin/perl -w
use strict;
use TV::Humax::Foxsat::hmt_data;
my $hmt_data = new TV::Humax::Foxsat::hmt_data();
$hmt_data->raw_from_file("The Simpsons_20140127_1801.hmt");
my @epg_records = @{ $hmt_data->EPG_blocks() };
my $epg_block = pop @epg_records;
printf "The show description is \"%s\"\n", $epg_block->guideInfo;
Perl version 5.18.2, on Linux 3.13-1-amd64 (Debian testing).
Subject: | The Simpsons_20140112_1500.hmt |
Message body not shown because it is not plain text.
Subject: | The Simpsons_20140127_1801.hmt |
Message body not shown because it is not plain text.