Subject: | Typo in DOC |
Show quoted text
>my ($file, $line) = get_code_location( $some_coderef );
>$file
> and say "this coderef is defined at line $line in file $file";
Actually the $file:$line here is the first $file:$line of code of this $some_coderef
and this is not the $file:$line where this $some_coderef is defined!