NAME
App::PDBRun - Run commands with PDB IDs as arguments
VERSION
This document describes "App::PDBRun" version 0.00_01 (August 28, 2009).
The latest version is hosted on Google Code as part of http://elementsofpuzzle.googlecode.com/.
SYNOPSIS
use App::PDBRun;
# something interesting happens
DESCRIPTION
Some module is a wonderful piece of software.
FUNCTIONS
Generic text about all the nifty things this module can do.
- App::PDBRun->config( [ $FILE ] )
-
Configuration.
- App::PDBRun->ftp( [ $FTP ] )
-
Returns the host name for the PDB FTP archive, first setting it to $FTP if it's specified. Default value is ftp.wwpdb.org.
- App::PDBRun->cache( [ $CACHE ] )
-
Returns the path used as cache by this package, first setting it to $CACHE, if it's specified. Default value is
undef
. - App::PDBRun->run( $CMD, @ARGS )
-
Runs $CMD (by calling
system
) with the specified @ARGS.
SEE ALSO
BUGS
Please report them! Create an issue at http://elementsofpuzzle.googlecode.com/ or drop me an e-mail.
AUTHOR
Miorel-Lucian Palii <mlpalii@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Miorel-Lucian Palii
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. See perlartistic.