Subject: | Undefined subroutine &bytes::substr |
Dear All,
When running the program attached here with perl version 5.8.7 on a
linux machine I get the following error.
Undefined subroutine &bytes::substr called at
/evogene/software/lib/perl5/site_perl/5.8.7/Data/Table.pm line 1489,
<$SRC> line 1.
Thanks in advance,
Michael Gang
Subject: | make_pivot_table.pl |
use strict;
use warnings;
use Data::Table;
my ($in_file) = @ARGV;
my $t = Data::Table::fromFile($in_file);
print "";