
Proc::Construct_output - Perl extension to output values from while, foreach and if-elsif-else -constructs.

use Proc::Construct_output qw(run);
run("# write Your Perl code here");

Lets You to use output values from while, foreach and if-then-else -constructs.
Value from the construct is output when the commands described below are used. If-then-else constructs output their default exit-value as well.
Commands are
- "output" outputs value(s) from a construct
- "output_last" outputs value(s) from a construct and exits the construct (using built-in "last"-command)

Be sure to get examples.pl -file from
http://www.kolumbus.fi/vilmak/examples.pl

Ville Jungman
<ville_jungman@hotmail.com> <ville.jungman@frakkipalvelunam.fi>

Copyright 2003 by Ville Jungman
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.