Help for this page

Select Code to Download


  1. or download this
    my $re = do {
        local $" = '\E|\Q';
        qr/\Q@array\E/;
    };