Other Variables |
$0 |
Contains the name of the file containing the perl script being executed |
perlinfo.cgi |
$^T |
The time at which the script began running, in seconds since the epoch |
1590451778 (Tue May 26 00:09:38 2020) |
$< |
The real uid of this process |
df_user 51041 |
$> |
The effective uid of this process |
df_user 51041 |
$( |
The real gid of this proces |
df_user df_user 51041 51041 |
$) |
The effective gid of this process |
df_user df_user 51041 51041 |
$$ |
The process number of the perl running this script |
8483 |
$- |
The number of lines left on the page of the currently selected output channel |
0 |
$! |
Fields the current value of errno |
Bad file descriptor |
$% |
The current page number of the currently selected output channel |
0 |
$? |
The status returned by the last pipe close, backtick (``) command or system operator |
0 |
$~ |
The name of the current report format for the currently selected output channel |
STDOUT |
$^ |
The name of the current top-of-page format for the currently selected output channel |
STDOUT_TOP |
$^F |
The maximum system file descriptor, ordinarily |
2 |
$^I |
The current value of the inplace-edit extension |
|
$^L |
What formats output to perform a formfeed |
12 |
$^P |
The internal flag that the debugger clears so that it doesn't debug itself |
0 |
$^W |
The current value of the warning switch |
1 |
$^D |
The current value of the debugging flags |
0 |
$| |
If set to nonzero, forces a flush after every write or print on the currently selected output channel |
1 |
$= |
The current page length (printable lines) of the currently selected output channel.Default is 60 |
60 |
|