The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Zed::Config::Env - Zed runtime variables.

SYNOPSIS

use Zed::Config::Env;

env 'foo' => 'value';    #Set foo
env 'foo';               #Get foo

passwd;                  #Get password. Input it if not defined.
passwd(undef);           #Get password. Force to input it.