Help for this page

Select Code to Download


  1. or download this
    if ((PL_hints & HINT_STRICT_REFS)&&(kid->op_private & OPpCONST_BARE)){
                char *badthing = Nullch;
    ...
              "Can't use bareword (\"%s\") as %s ref while \"strict refs\"
    + in use",
                          name, badthing);
            }