Help for this page

Select Code to Download


  1. or download this
    my $first_index = index($content, "+_"); my $second_index = index($con
    +tent, "+_", $first_index);
    $content = substr($first_index, $first_index - $second_index);
    
  2. or download this
    $content = substr($content, index($content, "+_")+2, index($content, "
    ++_") - index($content, "+_", index($content, "+_")+1)-4);