Help for this page

Select Code to Download


  1. or download this
    PERLDB_OPTS="NonStop AutoTrace LineInfo=foo.trace" perl -d foo.pl
    
  2. or download this
    print "foo\n";
    print "bar\n";
    
  3. or download this
    main::(foo.pl:1):       print "foo\n";
    main::(foo.pl:2):       print "bar\n";
    ...
    1265:   sub DESTROY { }
    IO::Handle::DESTROY(/usr/libdata/perl5/i386-openbsd/5.8.2/IO/Handle.pm
    +:326):
    326:    sub DESTROY {}