in reply to quotes in Perl
Don't forget to escape the '@' symbol.print <<HTML; .. <style type="text/css"> \@import(url) </style> .. .. HTML
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: quotes in Perl
by Happy-the-monk (Canon) on Oct 21, 2004 at 09:27 UTC | |
Re^2: quotes in Perl
by nedals (Deacon) on Oct 22, 2004 at 01:06 UTC | |
Re^2: quotes in Perl
by apotheon (Deacon) on Oct 21, 2004 at 07:24 UTC |