Man Page: file::changenotify::event
Operating Environment: debian
Section: 3pm
File::ChangeNotify::Event(3pm) User Contributed Perl Documentation File::ChangeNotify::Event(3pm)NAMEFile::ChangeNotify::Event - Class for file change eventsVERSIONversion 0.22SYNOPSISfor my $event ( $watcher->new_events() ) { print $event->path(), ' - ', $event->type(), " "; }DESCRIPTIONThis class provides information about a change to a specific file or directory.METHODSFile::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.AUTHORDave Rolsky <autarch@urth.org>COPYRIGHT AND LICENSEThis 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 |
|---|
| ecaccess-event-create(1p) - debian |
| sdl::event(3) - suse |
| event::generic(3pm) - debian |
| gstreamer::event::seek(3pm) - debian |
| sys::gamin(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |