File::ExtAttr::Tie man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

File::ExtAttr::Tie(3) User Contributed Perl DocumentationFile::ExtAttr::Tie(3)

NAME
       File::ExtAttr::Tie - Tie interface to extended attributes of files

SYNOPSIS
	 use File::ExtAttr::Tie;
	 use Data::Dumper;

	 tie %a,
	   "File::ExtAttr::Tie", "/Applications (Mac  OS 9)/Sherlock 2",
	   { namespace => 'user' };
	 print Dumper \%a;

       produces:

	 $VAR1 = {
		  'com.apple.FinderInfo' => 'APPLfndf!?',
		  'com.apple.ResourceFork' => '?p?p5I'
		 };

DESCRIPTION
       File::ExtAttr::Tie provides access to extended attributes of a file
       through a tied hash. Creating a new key creates a new extended
       attribute associated with the file. Modifying the value or removing a
       key likewise modifies/removes the extended attribute.

       Internally this module uses the File::ExtAttr module. So it has the
       same restrictions as that module in terms of OS support.

METHODS
       tie "File::ExtAttr::Tie", $filename, [\%flags]
	   The flags are the same optional flags as in File::ExtAttr.  Any
	   flags given here will be passed to all operations on the tied hash.
	   Only the "namespace" flag makes sense. The hash will be tied to the
	   default namespace, if no flags are given.

SEE ALSO
       File::ExtAttr

AUTHOR
       David Leadbeater, <http://dgl.cx/contact>

       Documentation by Richard Dawe, <richdawe@cpan.org>

COPYRIGHT AND LICENSE
       Copyright (C) 2006 by David Leadbeater

       This library is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself, either Perl version 5.8.5 or, at
       your option, any later version of Perl 5 you may have available.

       1; __END__

perl v5.14.1			  2007-11-30		 File::ExtAttr::Tie(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net