Help for this page

Select Code to Download


  1. or download this
    package X;
    use strict;
    ...
    
    X::a;
    X::b;
    
  2. or download this
    $ perl -d dbtest.pl
    
    ...
    a
    X::b(dbtest.pl:10):     print "b\n";
      DB<4>