in reply to Text::VimColor in a CGI - possible?
my $perl=<<EOP;really should be
my $perl=<<'EOP';In your example, that only changes the \n in the print statement into a literal line feed. In a bigger test case variable substitution would remove all the variable names in the quoted script.
|
|---|