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

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

OS: debian

Section: 3pm

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

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::homedir(3) - centos
file::spec::functions(3pm) - osx
file::homedir::unix(3pm) - debian
file::homedir::windows(3pm) - debian
file::spec::functions(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?