On 5 feb 2013, at 10.32, David Precious wrote:
> On Mon, 4 Feb 2013 22:39:18 +
> Dermot wrote:
>
>> This will do what you want but alas I do not think it's really
>> suitable for a beginner.
>> http://search.cpan.org/~oliver/Catalyst-Plugin-AutoCRUD-2.123610/lib/Catalyst/Plugin/AutoCRUD.pm
>
On Tue, Feb 05, 2013 at 02:39:17PM -0800, Rajeev Prasad wrote:
> which i am calling like this:
>
> $expect->log_file(\&captureexpectout);
Note that 'captureexpectout' is hard to read and hard to write
properly. You should use underscores or mixed case to fix this
e.g., capture_expect_out.
> Now