Help for this page

Select Code to Download


  1. or download this
    $string =~ s/\A\s+@QUERY/@QUERY/
    
  2. or download this
    $string =
      substr($string, index($string, '@QUERY'));