File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -378,15 +378,15 @@ Other compile-time constants:
378
378
$*OUT Standard output filehandle
379
379
$*ERR Standard error filehandle
380
380
$*TZ The system's local timezone
381
- X < $*CWD > The Current Working Directory
381
+ $*CWD The Current Working Directory
382
382
383
383
= head2 Other variables
384
384
385
- X < $*PROGRAM_NAME > Path to the current executable as it was typed in on the
386
- command line, or C < -e > if perl was invoked with the -e flag.
387
- X < $*PID > Process ID of the current process.
388
- X < $*OS > Which Operating System am I compiling under (e.g. linux)
389
- X < $*OSVER > Version of the current Operating System
390
- X < $*EXECUTABLE_NAME > The name of the perl executable that is currently running
385
+ $*PROGRAM_NAME Path to the current executable as it was typed in on the
386
+ command line, or C < -e > if perl was invoked with the -e flag.
387
+ $*PID Process ID of the current process.
388
+ $*OS Which Operating System am I compiling under (e.g. linux)
389
+ $*OSVER Version of the current Operating System
390
+ $*EXECUTABLE_NAME The name of the perl executable that is currently running
391
391
392
392
= end pod
You can’t perform that action at this time.
0 commit comments