Help for this page

Select Code to Download


  1. or download this
            my $form = Curses::Forms->new({ 'Y' => 1, 'X' => 0,
                    'LINES' => $LINES - 2, 'COLS' => $COLS });
    ...
    
            $form->set_defaults ( DEF_FUNC => \&clock);
            $form->activate();
    
  2. or download this
            local *do_somthing = sub {
                    my $list_ref    = shift;
    ...
        $id =+ 10;
        return $id;
    }