NAME
Palm::Timesheet::DayRecord - A Day record entry
SYNOPSIS
use Palm::Timesheet::DayRecordList;
use Palm::Timesheet::DayRecord;
my $daylist = Palm::Timesheet::DayRecordList->new();
...
my $day = Palm::Timesheet::DayRecord->from_record( $data );
$daylist->push( $day );
DESCRIPTION
Contains a Day record entry with the following methods
Constructors
- new
- from_record
Methods
COPYRIGHT
Copyright (c) 2001, Johan Van den Brande. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.