Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^4: Introspecting the current Perl file via DATA, even w/o DATA? (perl5db.pl)

by LanX (Saint)
on Feb 05, 2016 at 15:14 UTC ( [id://1154484]=note: print w/replies, xml ) Need Help??

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>.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1154484]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-20 04:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found