Dan Muey <[EMAIL PROTECTED]> asked: > I'm tryign to do a perl -e '' command and am wondering if it is > possible to do single quotes inside the single quotes.
perl -e "print \"joe's mama\n\";" perl -e 'print "joe".chr(39)."s mama";' HTH, Thomas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>