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: Thu, 31 Jul 2025 19:44:47 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210045-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753991087.662185,VS0,VE799
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 427
=over
=item chdir EXPR
X
X
X
=item chdir FILEHANDLE
=item chdir DIRHANDLE
=item chdir
Changes the working directory to EXPR, if possible. If EXPR is omitted,
changes to the directory specified by C<$ENV{HOME}>, if set; if not,
changes to the directory specified by C<$ENV{LOGDIR}>. (Under VMS, the
variable C<$ENV{'SYS$LOGIN'}> is also checked, and used if it is set.) If
neither is set, C does nothing and fails. It
returns true on success, false otherwise. See the example under
L|/die LIST>.
On systems that support L, you may pass a filehandle or
directory handle as the argument. On systems that don't support L,
passing handles raises an exception.
=back