Help for this page

Select Code to Download


  1. or download this
    # stuff we want to capture
    my $capture_this = qr{ ... }xms;
    ...
        }xms;
    
    do_something_with($this, $too, $also, $yet_another);