NAME
EBook::Gutenberg::Home - Find user's home directory
SYNOPSIS
use EBook::Gutenberg::Home;
my $home = home;
DESCRIPTION
EBook::Gutenberg::Home is a module that provides the home()
subroutine, which returns the running user's home directory. This is developer documentation, for gutenberg user documentation you should consult its manual.
SUBROUTINES
All subroutines are exported automatically.
- $home = home()
-
Returns the running user's home directory. If the home directory cannot be found,
home()
die
s.
AUTHOR
Written by Samuel Young, <samyoung12788@gmail.com>.
This project's source can be found on its Codeberg page. Comments and pull requests are welcome!
COPYRIGHT
Copyright (C) 2025 Samuel Young
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.