From: notifies s. of c. c. <per...@li...> - 2007-03-02 04:17:53
|
Revision: 114 http://svn.sourceforge.net/perl-flat/?rev=114&view=rev Author: estrabd Date: 2007-03-01 20:17:49 -0800 (Thu, 01 Mar 2007) Log Message: ----------- took out dependency for Sub::Recursive Modified Paths: -------------- trunk/perl-flat/lib/FLAT.pm Modified: trunk/perl-flat/lib/FLAT.pm =================================================================== --- trunk/perl-flat/lib/FLAT.pm 2007-03-02 04:16:19 UTC (rev 113) +++ trunk/perl-flat/lib/FLAT.pm 2007-03-02 04:17:49 UTC (rev 114) @@ -107,7 +107,9 @@ NB: with the addtional shuffle operator, "&". All this NB: means is that you can use the ambersand (&) as a symbol NB: in the regular expressions you submit because it will be - NB: detected as an operator. + NB: detected as an operator.That said, if you avoid using + NB: the "&" operator, you can forget about all that shuffle + NB: business. COMMANDS: %perl -MFLAT -e This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |