Help for this page

Select Code to Download


  1. or download this
    my $subroutine = qr/((\w+::)*\w+\($sub_args\))/;
    #                                           ^
    
  2. or download this
    my $subroutine = qr/
        (
    ...
            \)
        )
    /x;