Help for this page

Select Code to Download


  1. or download this
    $ diff -u \
        <( perl -MO=Concise,-exec -e'@vals = map   $_*5,  @vals;' 2>&1 ) \
    ...
    -f  <2> aassign[t8] vKS/COMMON
    +f  <2> aassign[t9] vKS/COMMON
     g  <@> leave[1 ref] vKP/REFC
    
  2. or download this
    PP(pp_scope)
    {
        dVAR;
        return NORMAL;
    }
    
  3. or download this
    $ perl -wle'use strict; map +(my $x = $_), 2; print $x'
    Use of uninitialized value in print at -e line 1.