- or download this
#!/usr/bin/perl
use strict;
...
# It dies here, line 23
$pdb->addRecordRaw($rec,0,0,0);
- or download this
Can't call method "Raw" without a package or object reference
- or download this
int addRecordRaw(self, data, uid, attr, category)
PDA::Pilot::File *self
...
}
OUTPUT:
RETVAL
- or download this
sub Raw {
# Just copy the "raw" item straight through
my($self) = @_;
return $self->{raw};
}