Help for this page

Select Code to Download


  1. or download this
    <input type="checkbox" name="chk" value="foo" onclick="sql()" />
    <input type="checkbox" name="chk" value="bar" onclick="sql()" />
    <input type="checkbox" name="chk" value="baz" onclick="sql()" />
    
  2. or download this
    my $columns = join ','              # join with commas
                  map { $db->quote($_) } # quote everything
                  @{$fd{chk}};          # dereference the arrayref
    
  3. or download this
    perl -e 'split//,q{john hurl, pest caretaker}and(map{print @_[$_]}(joi
    +n(q{},map{sprintf(qq{%010u},$_)}(2**2*307*4993,5*101*641*5261,7*59*79
    +*36997,13*17*71*45131,3**2*67*89*167*181))=~/\d{2}/g));'