| IO-AIO-Util documentation | view source | Contained in the IO-AIO-Util distribution. |
IO::AIO::Util - useful functions missing from IO::AIO
aio_mkpath "/tmp/dir1/dir2", 0755, sub {
$_[0] and die "/tmp/dir1/dir2": $!";
};
This module provides useful functions that are missing from
IO::AIO::Util.
This is a composite request that creates the directory and any intermediate directories as required. The status is the same as aio_mkdir.
As this module uses IO::AIO, it is subject to the same underlying
restrictions. Most importantly, that the pathname parameter be encoded as
bytes and be absolute, or ensure that the working does not change.
See the documentation for IO::AIO for more details.
Please report any bugs or feature requests to http://rt.cpan.org/Public/Bug/Report.html?Queue=IO-AIO-Util. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc IO::AIO::Util
You can also look for information at:
http://rt.cpan.org/Public/Dist/Display.html?Dist=IO-AIO-Util
Copyright (C) 2007-2009 gray <gray at cpan.org>, all rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
gray, <gray at cpan.org>
| IO-AIO-Util documentation | view source | Contained in the IO-AIO-Util distribution. |