Help for this page

Select Code to Download


  1. or download this
    =head4 C<@dbline>
    
    Local alias to the magical line array, C<@{$main::{'_<'.$filename}}> ,
    supplied by the Perl interpreter to the debugger. Contains the source.
    
  2. or download this
    =head1 DATA STRUCTURES MAINTAINED BY CORE
    
    ...
    The array C<@{$main::{'_<'.$filename}}> (aliased locally to C<@dbline>
    via glob assignment) contains the text from C<$filename>, with each
    element corresponding to a single line of C<$filename>.