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

Chj::xhome

SYNOPSIS

DESCRIPTION

xHOME ()

just the $HOME env var, dieing if not set, and also checked against a couple assertments

xeffectiveuserhome ()

just the getpwuid setting

xsafehome ()

always take xeffectiveuserhome, but is asserting that HOME is the same if set

xhome ()

take HOME if set (with assertments), otherwise xeffectiveuserhome

NOTE

This is alpha software! Read the status section in the package README or on the website.