$G{editor} = $ENV{EDITOR} || "vi"; # editor to use $G{list_pager} = $ENV{PAGER} || "more"; # output pager program