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


Proc-Construct_output documentation  | view source Contained in the Proc-Construct_output distribution.

Index


NAME

Top

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

SYNOPSIS

Top

use Proc::Construct_output qw(run);

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

DESCRIPTION

Top

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

Top

Be sure to get examples.pl -file from

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

AUTHOR

Top

Ville Jungman

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

COPYRIGHT AND LICENSE

Top


Proc-Construct_output documentation  | view source Contained in the Proc-Construct_output distribution.