Johan Van den Brande > Palm-Timesheet > Palm::Timesheet::DayRecord

Download:
Palm-Timesheet-0.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1   Source  

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

pack

Serialize

delete

Delete a $record from the list.

add_entry

Add a day

get/set_day

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.