Help for this page

Select Code to Download


  1. or download this
    my $balpar_re=qr{
            (
    ...
              \)                                 # closing )
            )
            }x;
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    sub mung {
        warn Data::Dumper->Dump([\@_],[qw(*_)]),' ';
        }
    
  3. or download this
    @_ = (
           '(first_name,last_name)'
    ...
           '(\'(and so on, \',\'and so forth);\')'
         );
      at perlmonks.pl line 25.