ASNMTAP::Asnmtap

ASNMTAP::Asnmtap is an object-oriented Base Class to build modules that provides a nice object oriented interface for ASNMTAP.
Download

ASNMTAP::Asnmtap Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alex Peeters
  • Publisher web site:
  • http://search.cpan.org/~asnmtap/ASNMTAP-3.000015/lib/ASNMTAP/Asnmtap/Applications/CGI.pod

ASNMTAP::Asnmtap Tags


ASNMTAP::Asnmtap Description

ASNMTAP::Asnmtap is an object-oriented Base Class to build modules that provides a nice object oriented interface for ASNMTAP. ASNMTAP::Asnmtap is an object-oriented Base Class to build modules that provides a nice object oriented interface for ASNMTAP.SYNOPSIS use ASNMTAP::Asnmtap; my $objectAsnmtap = ASNMTAP::Asnmtap->new ( _programName => 'test-asnmtap.pl', _programDescription => "Test ASNMTAP::Asnmtap", _programVersion => '3.000.011', _programUsagePrefix => '', _programHelpPrefix => "--commandLineOption ...", _programGetOptions => , _timeout => 30, _debug => 1); my $verbose = $objectAsnmtap->getOptionsArgv ('verbose'); print "getOptionsArgv: verbose = $verbosen" if (defined $verbose); my $dumpData = $objectAsnmtap->getOptionsArgv ('dumpData'); $objectAsnmtap->dumpData () if (defined $dumpData); my $commandLineOption = $objectAsnmtap->getOptionsArgv ('commandLineOption'); print "getOptionsArgv : commandLineOption = $commandLineOptionn" if (defined $commandLineOption); Requirements: · Perl


ASNMTAP::Asnmtap Related Software