Help for this page

Select Code to Download


  1. or download this
        if ((temp = hv_fetch(spec, "regex", 5, 0))) {
            dSP;
    ...
                sv_catpv(buffer, " must be a string or qr// regex\n");
                FAIL(buffer, options);
            }
    
  2. or download this
    PV_TEST_PERL=1 perl script.pl
    
  3. or download this
    BEGIN { $ENV{PV_TEST_PERL} = 1; }