Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Are strings lists of characters?

by petral (Curate)
on Oct 18, 2002 at 21:06 UTC ( [id://206433]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://206433]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-24 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found