You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Language/variables.pod6
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1073,12 +1073,14 @@ the program.
1073
1073
The most common compile time variables are the following:
1074
1074
1075
1075
=fortable
1076
-
$?FILE Which file am I in? Also available as <C<callframe.file>|type/CallFrame#method_file>
1077
-
$?LINE Which line am I at? Also available as <C<callframe.line>|type/CallFrame#method_line>
1076
+
$?FILE Which file am I in?
1077
+
$?LINE Which line am I at?
1078
1078
::?CLASS Which class am I in?
1079
1079
%?LANG What is the current set of interwoven languages?
1080
1080
%?RESOURCES The files associated with the "Distribution" of the current compilation unit.
1081
1081
1082
+
C<$?FILE> and C<$?LINE> are also available from L<CallFrame|/type/CallFrame> as the L<C<file>|/type/CallFrame#method_file> and L<C<line>|/type/CallFrame#method_line> methods, respectively.
0 commit comments