Help for this page

Select Code to Download


  1. or download this
    sub from_string {
        use Date::Manip;
    ...
        $self->{NOW}=(defined($time_t))?$time_t:undef;
        return $self;
    }