in reply to Please HELP! FILE::MONITOR Configuration
$monitor->watch( { name => 'C:/Path', recurse => 1, callback => { files_created => sub { my ($name, $event, $change) = @_; print "@_\n callback fired \n"; #will print right a +way, (on linux anyways) } } } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Please HELP! FILE::MONITOR Configuration
by jdlev (Scribe) on Jan 21, 2009 at 18:54 UTC |