The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

use Proc::Construct_output qw(run);

run("# write Your Perl code here");

DESCRIPTION

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)

SEE ALSO

Be sure to get examples.pl -file from

http://www.kolumbus.fi/vilmak/examples.pl

AUTHOR

Ville Jungman

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

COPYRIGHT AND LICENSE

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.