Help for this page

Select Code to Download


  1. or download this
    use constant TABLE_NAME => 'table';
    my $string = "The constant TABLE_NAME contains '@{[TABLE_NAME]}'.\n";
    
  2. or download this
    $stmt =~ s/@{[TABLE_NAME]}.//g;