Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict; use warnings;
    use 5.010;
    ...
        byte => [undef],
      },
    ]
    
  2. or download this
    my $re = qr{
    # match this
    ( # save to  $1
    ...
      )
    )
    }x;