Help for this page

Select Code to Download


  1. or download this
    qr{^[A-Za-z_][A-Za-z0-9_]*(?:::[A-Za-z0-9_]+)*$}
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    for my $mod (@modules) {
        is $mod =~ $re, !!1, "Testing $mod";
    }
    
  3. or download this
    1..7
    ok 1 - Testing strict
    ...
    ok 5 - Testing App::Prove::State::Result::Test
    ok 6 - Testing CPAN::Meta::History::Meta_1_0
    ok 7 - Testing Encode::KR::2022_KR