Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::testlib;
    use Flag; #all local, sorry
    ...
    #$c++;
    #$c = 'not a test';
    $c = 5;
    
  2. or download this
    use Devel::Peek;
    use ExtUtils::testlib;
    ...
    print Dump $c;
    print "$c";
    print Dump $c;