Help for this page

Select Code to Download


  1. or download this
    sub hg_split{
        my @slice = split($_[1],$_[2]);
        return $slice[$_[0]];
    }
    
  2. or download this
    print hg_split(0,'\.','www.google.com');