Skip Menu |

This queue is for tickets about the Data-Table CPAN distribution.

Report information
The Basics
Id: 32938
Status: resolved
Priority: 0/
Queue: Data-Table

People
Owner: easydatabase [...] gmail.com
Requestors: michaelgang [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.52
Fixed in: (no value)



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 "";
From: easydatabase [...] yahoo.com
Resolved in 1.53. Add to Table.pm the following line: use bytes; On Tue Feb 05 03:44:30 2008, michaelg wrote: Show quoted text
> 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