Help for this page

Select Code to Download


  1. or download this
      DB<1> print $a // "undef"
    undef
    ...
    undef
      DB<4> $a=1;print $a // "undef"
    1
    
  2. or download this
      DB<1> print $a
     
    ...
    ..
       DB<4> print $a++
    0