file::homedir::darwin::carbon(3pm) debian man page | unix.com

Man Page: file::homedir::darwin::carbon

Operating Environment: debian

Section: 3pm

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

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.14.2 2012-01-25 File::HomeDir::Darwin::Carbon(3pm)
Related Man Pages
file::spec::functions(3) - centos
file::homedir(3) - suse
file::homedir::unix(3pm) - debian
file::homedir::windows(3pm) - debian
file::spec::functions(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?