Hi All,

perl6 -c

$Line ~~ m| "\/\"\>" (.*?) "\" ||;
my $Rev = $1;

produces

Variable '$Rev' is not declared

The actual error is too many pipe signs at
the end of the first line.

Many thanks,
-T

Reply via email to