Help for this page

Select Code to Download


  1. or download this
    sub get_first
    {
    ...
        my $end_time=join ' ', $month,$day,$year,$time;
        return $end_time;
    }
    
  2. or download this
    $rfmain_beg=&get_first($rfmain[0]);
    $rfmain_end=&get_last($rfmain[$#rfmain]);