Help for this page

Select Code to Download


  1. or download this
    foreach(traverse data) {
        if($data =~ /jack/) {  //put some variable here for name
    ...
            $flag=0;
        }
    }