Hi
perl-pearl,
Could you please post some lines of code that genereate your error?
Probably you forgor to use the
use or
require statement:
#!/usr/bin/perl -w
use strict;
use Data::ICal::Entry::Event;
my $vevent = Data::ICal::Entry::Event->new();
"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.