hi, what's in ${BaseTag}? Is it a regex rule or just a plain string? (Because that matters in Perl 6)

Am 12.01.2016 um 01:55 schrieb ToddAndMargo:
Hi All,

Would yo all terribly mind if I ask how to do this Perl 5 regex
in Perl 6?  (I learn best by example.)


<code>
if ( $ClickLine =~ /aes256/ and /${BaseTag}/ ) {
              push ( @WebClickHere, $ClickLine );

               if ( $Line =~ m{select id=\"(.*?)[-]} ) {
                  my $VerLine = $1;
                  push ( @WebVersions,  $VerLine );
               }
            }
</code>

Many thanks,
-T


Reply via email to