Help for this page

Select Code to Download


  1. or download this
    for (1..3) {
       print(\1, "\n");
    
       push @x, 'x';  # Prevent reuse of memory addresses.
    }
    
  2. or download this
    SCALAR(0x236d94)
    SCALAR(0x236d94)
    SCALAR(0x236d94)
    
  3. or download this
    PP(pp_const)
    {
    ...
        XPUSHs(cSVOP_sv);
        RETURN;
    }
    
  4. or download this
    for (1..3) {
       print(\1, ' ', \1, "\n");
    
       push @x, 'x';  # Prevent reuse of memory addresses.
    }
    
  5. or download this
    SCALAR(0x236d94) SCALAR(0x183179c)
    SCALAR(0x236d94) SCALAR(0x183179c)
    SCALAR(0x236d94) SCALAR(0x183179c)