Help for this page

Select Code to Download


  1. or download this
    
    $ tar xzf perl-5.6.1
    ...
    $ make && make test
    $ su -c "make install"
    ...
    
  2. or download this
    $ /usr/local/perl/debug/bin/perl Makefile.PL
    $ make
    
  3. or download this
    $ gdb /usr/local/perl/debug/bin/perl
    ...
    ...
    # run the backtrace command:
    (gdb) bt
    ...