~ubuntu-branches/ubuntu/precise/perl/precise

« back to all changes in this revision

Viewing changes to pod/perldebguts.pod

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2011-02-06 11:31:38 UTC
  • mto: (8.2.12 experimental) (1.1.12)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20110206113138-lzpm3g6rur7i3eyp
Tags: upstream-5.12.3
ImportĀ upstreamĀ versionĀ 5.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
B<-Dr> flag on the command line.
406
406
 
407
407
Otherwise, one can C<use re 'debug'>, which has effects at
408
 
compile time and run time.  It is not lexically scoped.
 
408
compile time and run time.  Since Perl 5.9.5, this pragma is lexically
 
409
scoped.
409
410
 
410
411
=head2 Compile-time output
411
412