Embperl Examples - Loop Metacommands


This is a example of using the while metacommand in embperl to show the environment

[$ while ($k, $v) = each (%ENV) $] [+ $k +] = [+ $v +]
[$ endwhile $]


HTML::Embperl (c) 1997-1998 G.Richter