Help for this page

Select Code to Download


  1. or download this
    my $g_nested_brackets;
    $g_nested_brackets = qr{
    ...
          \)
        )
    }xs;
    
  2. or download this
    use warnings;
    use strict;
    ...
    
    use Test::More tests=>1;
    is $output, $expect;