Help for this page

Select Code to Download


  1. or download this
    alarm_pg.pm:
    package pg_alarm;
    ...
        $self->{CHILD_PID} = fork();
        if ($self->{CHILD_PID} == 0) {
            sleep($seconds);
    
  2. or download this
        }
        bless $self;
    ...
        return $result;
    }