http://qs321.pair.com?node_id=1165935


in reply to Re: syntax error at example.pl line 1
in thread syntax error at example.pl line 1

If you're thinking of
    print "'$cheese' ";
it should be ok because the single-quotes are actually in | actually literal characters within a double-quote operator:

c:\@Work\Perl\monks>perl -wMstrict -le "my $cheese = 'limburger'; print \"'$cheese' \"; " 'limburger'


Give a man a fish:  <%-{-{-{-<