CARVIEW |
Select Language
HTTP/2 200
server: nginx
content-type: text/plain;charset=UTF-8
content-security-policy: default-src 'self'; connect-src 'self' *.google-analytics.com; img-src 'self' data: www.google-analytics.com www.googletagmanager.com; script-src 'self' 'unsafe-inline' www.google-analytics.com www.googletagmanager.com; style-src 'self'; report-uri /csp-reports
content-encoding: gzip
accept-ranges: bytes
age: 0
date: Wed, 30 Jul 2025 23:06:40 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210046-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753916799.434617,VS0,VE852
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 332
=over
=item lstat FILEHANDLE
X
=item lstat EXPR
=item lstat DIRHANDLE
=item lstat
Does the same thing as the L|/stat FILEHANDLE> function
(including setting the special C<_> filehandle) but stats a symbolic
link instead of the file the symbolic link points to. If symbolic links
are unimplemented on your system, a normal L|/stat FILEHANDLE>
is done. For much more detailed information, please see the
documentation for L|/stat FILEHANDLE>.
If EXPR is omitted, stats L|perlvar/$_>.
Portability issues: L.
=back