Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    sub c{ b(); }
    
    c();
    
  2. or download this
    C:\test>perl -d:CallTrace junk.pl
     Devel::CallTrace::import (c:/perl64/site/lib/Devel/CallTrace.pm:75-78
    +)
    ...
      main::b (junk.pl:9-9)
       main::a (junk.pl:8-8)
        main::segfault (junk.pl:4-6)