debian man page for file::changenotify::event

Query: file::changenotify::event

OS: debian

Section: 3pm

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

File::ChangeNotify::Event(3pm)				User Contributed Perl Documentation			    File::ChangeNotify::Event(3pm)

NAME
File::ChangeNotify::Event - Class for file change events
VERSION
version 0.22
SYNOPSIS
for my $event ( $watcher->new_events() ) { print $event->path(), ' - ', $event->type(), " "; }
DESCRIPTION
This class provides information about a change to a specific file or directory.
METHODS
File::ChangeNotify::Event->new(...) This method creates a new event. It accepts the following arguments: o path => $path The full path to the file or directory that changed. o type => $type The type of event. This must be one of "create", "modify", "delete", or "unknown". $event->path() Returns the path of the changed file or directory. $event->type() Returns the type of event.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2012 by Dave Rolsky. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible) perl v5.14.2 2012-04-14 File::ChangeNotify::Event(3pm)
Related Man Pages
catalyst::restarter(3pm) - debian
file::changenotify::configdata(3pm) - debian
gstreamer::event(3pm) - debian
gtk2::gdk::event::crossing(3pm) - debian
sys::gamin(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?