Help for this page

Select Code to Download


  1. or download this
      DB<7> x $sql
    0  'This string represents a SQL statement $replaceme'
    ...
      DB<10> $sql=~s/$what/$with/
      DB<11> x $sql
    0  'This string represents a SQL statement $replaceme'
    
  2. or download this
    $sql eq 'This string represents a SQL statement value'