Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    update table set field = null where id = '$out{this}{that}[0]'
    delete from table where value = '$constant'
    select something from somewhere where status='$testsub'
    
  2. or download this
    normally, $testsub returns: this is foobar
    
    ...
    update table set field = null where id = '678'
    delete from table where value = 'fixed'
    select something from somewhere where status='CODE(0x7ff80903f0e8)'
    
  3. or download this
        s/(?<=')(\$[^']+)/$1/ee;