Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings; 
    ...
        print "$escaped_wquotes";
        }
    }
    
  2. or download this
    [casper@casperbox$ ./check_escapes /tmp/new_list
    "bc\$stp
    ...
    ""\$foo\$foo\$
    ""\$foo\$baz
    ""foo\$bad\$
    
  3. or download this
    "bc\$stp"
    "soc\$ny"
    ...
    "\$foo\$foo\$"
    "\$foo\$baz"
    "foo\$bad\$"