File::HomeDir::Unix

File::HomeDir::Unix allows you to find your home and other directories, on Unix.
Download

File::HomeDir::Unix Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Adam Kennedy
  • Publisher web site:
  • http://search.cpan.org/~adamk/

File::HomeDir::Unix Tags


File::HomeDir::Unix Description

File::HomeDir::Unix allows you to find your home and other directories, on Unix. File::HomeDir::Unix allows you to find your home and other directories, on Unix.This module provides implementations for determining common user directories. In normal usage this module will always be used via File::HomeDir.SYNOPSIS use File::HomeDir; # Find directories for the current user $home = File::HomeDir->my_home; # /home/mylogin $desktop = File::HomeDir->my_desktop; # .. all of these will default to home directory at the moment .. $docs = File::HomeDir->my_documents; # $music = File::HomeDir->my_music; # $pics = File::HomeDir->my_pictures; # $videos = File::HomeDir->my_videos; # $data = File::HomeDir->my_data; # Requirements: · Perl


File::HomeDir::Unix Related Software