
richter at apache
Nov 22, 2006, 9:47 PM
Post #1 of 1
(1755 views)
Permalink
|
|
svn commit: r478474 - in /perl/embperl/trunk: Intro.pod TODO
|
|
Author: richter Date: Wed Nov 22 21:47:20 2006 New Revision: 478474 URL: http://svn.apache.org/viewvc?view=rev&rev=478474 Log: fix doc Modified: perl/embperl/trunk/Intro.pod perl/embperl/trunk/TODO Modified: perl/embperl/trunk/Intro.pod URL: http://svn.apache.org/viewvc/perl/embperl/trunk/Intro.pod?view=diff&rev=478474&r1=478473&r2=478474 ============================================================================== --- perl/embperl/trunk/Intro.pod (original) +++ perl/embperl/trunk/Intro.pod Wed Nov 22 21:47:20 2006 @@ -261,7 +261,8 @@ $head = $sth -> {NAME} ; #continues on the next page... - # get the result in $dat $dat = $sth -> fetchall_arrayref ; + # get the result in $dat + $dat = $sth -> fetchall_arrayref ; -] <table> Modified: perl/embperl/trunk/TODO URL: http://svn.apache.org/viewvc/perl/embperl/trunk/TODO?view=diff&rev=478474&r1=478473&r2=478474 ============================================================================== --- perl/embperl/trunk/TODO (original) +++ perl/embperl/trunk/TODO Wed Nov 22 21:47:20 2006 @@ -1,6 +1,8 @@ TODO +- BSD memory problem [Doug Rayner 30.10.06] + - doc that %mdat is per application - check memory on recompile of epl files --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-cvs-unsubscribe [at] perl For additional commands, e-mail: embperl-cvs-help [at] perl
|