Help for this page

Select Code to Download


  1. or download this
    #! /home/pete/CitrusPerl/perl/bin/perl
    
    # LCDClock.pl
    ...
        $self->{LCD}->mValue($hourstr . $colon . $minstr);
        $self->Refresh(0);
    }
    
  2. or download this
    #! /home/pete/CitrusPerl/perl/bin/perl
    #
    # LCDdisplay.pm
    ...
    
    sub new {shift->SUPER::new(@_, \%defaults);}
    1;