Help for this page

Select Code to Download


  1. or download this
    ## This function takes the array as parameter
    ## Returns the array that contains the unique elements
    ...
        ## Finally returns the array that contains unique elements
        return @list_unique;
    }
    
  2. or download this
    if($checker == $list){
    
  3. or download this
    $checker =~ /^([^\t]*\t[^\t]*)/;
    $checker_part = $1;
    $list =~ /^([^\t]*\t[^\t]*)/;
    $list_part = $1;
    if($checker_part == $list_part){