Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Basic transformations

by fisher (Priest)
on Nov 29, 2010 at 11:45 UTC ( [id://874230]=note: print w/replies, xml ) Need Help??


in reply to Basic transformations

for your example it is enough to just do
while (<SOMEFILE>) { @bytes = split //; print join ":", @bytes; }

Replies are listed 'Best First'.
Re^2: Basic transformations
by JavaFan (Canon) on Nov 29, 2010 at 14:32 UTC
    Please try your suggestion with an example. It's very wrong.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-26 09:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found