We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b786e5e commit 097911aCopy full SHA for 097911a
lib/perl5db.pl
@@ -8847,9 +8847,9 @@ =head2 C<find_sub>
8847
A utility routine used in various places; finds the file where a subroutine
8848
was defined, and returns that filename and a line-number range.
8849
8850
-Tries to use C<@sub> first; if it can't find it there, it tries building a
+Tries to use C<%sub> first; if it can't find it there, it tries building a
8851
reference to the subroutine and uses C<CvGV_name_or_bust> to locate it,
8852
-loading it into C<@sub> as a side effect (XXX I think). If it can't find it
+loading it into C<%sub> as a side effect (XXX I think). If it can't find it
8853
this way, it brute-force searches C<%sub>, checking for identical references.
8854
8855
=cut
0 commit comments