Re: qq/qw

2002-09-16 Thread George Schlossnagle
From perldoc perlop: qq/STRING/ ""STRING"" A double-quoted, interpolated string. $_ .= qq (*** The previous line contains the naughty word "$1".\n) if /\b(tcl|java|python)\b/i; # :-)

RE: qq/qw

2002-09-16 Thread Toby Stuart
read the "Regexp Quote-Like Operators" section of the perlop manpage > -Original Message- > From: Rum Pel [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 17, 2002 2:48 PM > To: [EMAIL PROTECTED] > Subject: qq/qw > > > hello > > perl -e "print qq(@INC)" > prints the library paths