TOC | Index | (Page 14 of 29)| Chapter: Introduction | Gabor Szabo
<< perl -d:T1 d1.pl perl -d:T2 d1.pl >>

1.13 Devel::T2


sub DB::DB {
  my ($package, $file, $line) = caller();

  my $code = \@{"::_<$file"};

  print STDERR ">> $file:$line: $code->[$line]";
}