centos man page for file::homedir::darwin::carbon

Query: file::homedir::darwin::carbon

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

File::HomeDir::Darwin::Carbon(3)			User Contributed Perl Documentation			  File::HomeDir::Darwin::Carbon(3)

NAME
File::HomeDir::Darwin - Find your home and other directories on Darwin (OS X)
DESCRIPTION
This module provides Darwin-specific implementations for determining common user directories. In normal usage this module will always be used via File::HomeDir. Note -- since this module requires Mac::Carbon and Mac::Carbon does not work with 64-bit perls, on such systems, File::HomeDir will try File::HomeDir::Darwin::Cocoa and then fall back to the (pure Perl) File::HomeDir::Darwin.
SYNOPSIS
use File::HomeDir; # Find directories for the current user $home = File::HomeDir->my_home; # /Users/mylogin $desktop = File::HomeDir->my_desktop; # /Users/mylogin/Desktop $docs = File::HomeDir->my_documents; # /Users/mylogin/Documents $music = File::HomeDir->my_music; # /Users/mylogin/Music $pics = File::HomeDir->my_pictures; # /Users/mylogin/Pictures $videos = File::HomeDir->my_videos; # /Users/mylogin/Movies $data = File::HomeDir->my_data; # /Users/mylogin/Library/Application Support
TODO
o Test with Mac OS (versions 7, 8, 9) o Some better way for users_* ? perl v5.16.3 2012-10-19 File::HomeDir::Darwin::Carbon(3)
Related Man Pages
file::spec::functions(3pm) - suse
file::spec::functions(3pm) - mojave
file::homedir::unix(3pm) - debian
file::homedir::windows(3pm) - debian
file::spec::functions(3pm) - debian
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
CentOS 6 ran out of space, need to reclaim it