Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    "This is a ""test"""
    "Here we have """"a nested set of double-quoted quotes"" or whatever."
    +""
    "Harvey ""the Screwdriver"" Ledbetter"
    
  2. or download this
    a""
    a"b"c"d"f"
    This is a "test"
    Here we have ""a nested set of double-quoted quotes" or whatever."
    Harvey "the Screwdriver" Ledbetter