in reply to Re^3: Error in coverage module
in thread Error in coverage module
single quotes have no variable interpolation
DB<47> $s="a" DB<48> p "a" =~ qr($s) 1 DB<49> p "a" =~ '$s' # same as q() DB<50>
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|