Chemistry/Mok version 0.23 ========================== The purpose of mok is to read all the molecules found in the files that are given in the command line, and for each molecule execute the CODE that is given. The CODE is given in Perl and it has at its disposal all of the methods of the PerlMol toolkit (http://www.perlmol.org/). This mini-language is intended to provide a powerful environment for writing "molecular one-liners" for extracting and munging chemical information. It was inspired by the AWK programming language by Aho, Kernighan, and Weinberger, the SMARTS molecular pattern description language by Daylight, Inc., and the Perl programming language by Larry Wall. Mok takes its name from Ookla the mok, an unforgettable character from the animated TV series "Thundarr the Barbarian", and from shortening "molecular awk". For more details about the mok mini-language, see LANGUAGE SPECIFICATION in the man page. CHANGES SINCE VERSION 0.22 - New option -d (delete dummies) - don't buffer stdio - New option -a (aromatize) INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: 'Chemistry::Mol' => 0.25, 'Chemistry::Pattern' => 0.21, 'Chemistry::File::SMARTS' => 0.11, 'Chemistry::Bond::Find' => 0.21, 'Test::Simple' => 0, 'Scalar::Util' => 1.01, 'Text::Balanced' => 1.87, 'Math::VectorReal' => 1.0, COPYRIGHT AND LICENSE Copyright (C) 2004 Ivan Tubert-Brohman This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.