MainComputersProgrammingLanguages › File::Attributes

File::Attributes

Edit Page
Report
Scan day: 03 March 2014 UTC
22
Virus safety - good
Description: CPAN module for getting and setting file attributes. Includes limited documentation.
File::Attributes - search.cpan.org Module Version: 0.04   File::Attributes - Manipulate file metadata use File::Attributes qw(set_attribute list_attributes get_all_attributes); my $file = 'foo.txt'; set_attribute($file, type => 'text/plain'); set_attribute($file, encoding => 'utf8'); my @attributes = list_attributes($file); # @attributes = qw(type encoding) %attributes = get_attributes($file); # $attributes{type} will be 'text/plain' # $attributes{foo} will be undefined.
Size: 538 chars

Contact Information

Email:
Phone&Fax:
Address:
Extended:

WEBSITE Info

Page title:File::Attributes - search.cpan.org
Keywords:
Description:
IP-address:199.15.176.161