Help for this page

Select Code to Download


  1. or download this
    if ( substr($F[2],0,3) eq "eth" ) {
        $process=1;
    }
    
  2. or download this
    $process=1 if (substr($F[2],0,3) eq "eth");