Help for this page

Select Code to Download


  1. or download this
    >perl -MO=Concise -wle"print scalar(1,2,3,)"
    Useless use of a constant in void context at -e line 1.
    ...
    -              <0> ex-const v ->5         |<- three operands
    5              <$> const[IV 3] s ->6      /
    -e syntax OK
    
  2. or download this
    PP(pp_list)
    {
    ...
        }
        RETURN;
    }