Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
      my $t = 42;
      print "$t\n";
    }
    
  2. or download this
      DB<1> w $t
      DB<2> c
    ...
        old value:  '15'
        new value:  ''
    Debugged program terminated.
    
  3. or download this
      DB<1> w $t
      DB<2> c
    ...
        old value:  '15'
        new value:  ''
    Debugged program terminated.