Help for this page

Select Code to Download


  1. or download this
    my $table = "Robert dropped a table on his foot";
    my sql = qq{SELECT * FROM $table WHERE x=?};
    
  2. or download this
    my $table = "Robert dropped a table on his foot";
    my sql = qq{SELECT * FROM "$table" WHERE x=?};