From: notifies s. of c. c. <per...@li...> - 2007-02-15 05:56:18
|
Revision: 91 http://svn.sourceforge.net/perl-flat/?rev=91&view=rev Author: estrabd Date: 2007-02-14 21:56:19 -0800 (Wed, 14 Feb 2007) Log Message: ----------- updated the help section Modified Paths: -------------- trunk/perl-flat/lib/FLAT.pm Modified: trunk/perl-flat/lib/FLAT.pm =================================================================== --- trunk/perl-flat/lib/FLAT.pm 2007-02-15 05:45:35 UTC (rev 90) +++ trunk/perl-flat/lib/FLAT.pm 2007-02-15 05:56:19 UTC (rev 91) @@ -129,9 +129,17 @@ against a regular expression, a concrete example will be provided. TO DO: - "getstrings 're1' [opts...]" # given regex, pump strings based on options - "variations 're1' [opts...]" # given regex will provide equivalents +1 Implement "getstrings 're1' [opts...]" # given regex, pump strings + based on options + +2 Implement "variations 're1' [opts...]" # given regex will provide + equivalents +3 Allow random_pre and random_re to accept the number of regexes, the + number of characters, and the character set; eventually it might be + useful to allow modification of the chances of the different operators + occuring... + CREDITS: Blockhead, CPAN.pm (for the example of how to implement these one liners), and #perl on irc.freenode.net for pointing out something I missed when This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |