Help for this page

Select Code to Download


  1. or download this
    if ( $x == 20 ) {
            my (undef , $data) = $this->read_processR ;
            if ( $data =~ /\s$n\s+\.\.\.\s+\// ) { last ;}
            $x = 0 ;
    
  2. or download this
    if ( $x == 20 ) {
            my (undef , $data) = $this->read_processR ;
            last;
            $x = 0 ;