use Indent( text => " ", eol => 1, level => 1 ); my @str = qw( down stairs to hell ); Indent::printf "@str"; ( Indent::over, Indent::printf $_ ) for ( @str ); Indent::reset; Indent::printf("there is no way");