http://www.perlmonks.org?node_id=206433


in reply to Re: Are strings lists of characters?
in thread Are strings lists of characters?

  Did I miss anything?

print map chr."\n", unpack "C*", $_;     ?   (TIMTOWTDI :-) )

update:   and:     print chr for unpack "C*", $_

  p

Replies are listed 'Best First'.
Re^3: Are strings lists of characters?
by Aristotle (Chancellor) on Oct 18, 2002 at 21:08 UTC
    Now put that in a while loop condition.

    Makeshifts last the longest.