Help for this page

Select Code to Download


  1. or download this
       DB<116> sub __CALLER__ { 
               my $level = shift;
    ...
    
      DB<131> tst()
    main::tst
    
  2. or download this
      DB<136> use Data::Dump qw/dd/
    
    ...
      subroutine  => "main::tst",
      "wantarray" => 1,
    }