Help for this page
work($a,$b,$c,$d,$e,$f); ... print "$b\n"; }
more_work( $b, $c ); work( $a )
work( $a, more_work( $b, $c ) );