Help for this page

Select Code to Download


  1. or download this
    use YAPE::Regex::Explain;
    die YAPE::Regex::Explain->new(qr/.*${name}-*/)->explain;
    ...
    )                        end of grouping
    ----------------------------------------------------------------------
    
  2. or download this
    use YAPE::Regex::Explain;
    my $name = 'asdf';
    ...
    )                        end of grouping
    ----------------------------------------------------------------------