Help for this page

Select Code to Download


  1. or download this
    DEMO
    > perl -de0
    ...
      DB<7> p $io . $io                  # string operation
    IO::Handle=GLOB(0x32c5c70)IO::Handle=GLOB(0x32c5c70)
      DB<8>
    
  2. or download this
    a='1'; 1+a
    '11'