FreeBSD Manual Pages
Toader::isaToaderDir(3User Contributed Perl DocumentatiToader::isaToaderDir(3) NAME Toader::isaToaderDir - Checks if a directory has Toader support or not. VERSION Version 0.1.0 SYNOPSIS use Toader::isaToaderDir; my $foo = Toader::isaToaderDir->new(); my $returned=$foo->isaToaderDir($directory); if(!$returned){ if($foo->error){ warn('Error '.$foo->error.': '.$foo->errorString); } }else{ print "It is a Toader directory"; } METHODS new This initiates the object. my $foo = Toader::isaToaderDir->new(); isaToaderDir This checks if a directory is a Toader directory. If it is it returns true, it is a Toader directory. A error will only be generated if a directory is not specified or it does not exist. my $returned=$foo->isaToaderDir($directory); if(!$returned){ if($foo->error){ warn('Error '.$foo->error.': '.$foo->errorString); } }else{ print "It is a Toader directory"; } ERROR CODES 1, noDirSpecified No directory specified. 2, notAdir Not a directory. AUTHOR Zane C. Bowers-Hadley, "<vvelox at vvelox.net>" BUGS Please report any bugs or feature requests to "bug-toader at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Toader>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT You can find documentation for this module with the perldoc command. perldoc Toader::isaToaderDir You can also look for information at: o RT: CPAN's request tracker <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Toader> o AnnoCPAN: Annotated CPAN documentation <http://annocpan.org/dist/Toader> o CPAN Ratings <http://cpanratings.perl.org/d/Toader> o Search CPAN <http://search.cpan.org/dist/Toader/> ACKNOWLEDGEMENTS LICENSE AND COPYRIGHT Copyright 2013 Zane C. Bowers-Hadley. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information. perl v5.32.1 2013-04-27 Toader::isaToaderDir(3)
NAME | VERSION | SYNOPSIS | METHODS | ERROR CODES | AUTHOR | BUGS | SUPPORT | ACKNOWLEDGEMENTS | LICENSE AND COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Toader::isaToaderDir&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>