Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: (FoxUni) Re(3): Breaking output lines into N-element chunks

by Juerd (Abbot)
on Apr 15, 2002 at 10:05 UTC ( [id://159127]=note: print w/replies, xml ) Need Help??


in reply to Re: (FoxUni) Re(3): Breaking output lines into N-element chunks
in thread Breaking output lines into N-element chunks

But I have started getting out of the habit as I understand $#array has been removed from Perl6.

Perl 6 isn't Perl 5.x, it's a new language that happens to be a lot like Perl 5. You will have to re-code things anyway. There will be a Perl 5 to 6 converter, so $#foo will be converted to @foo.end or @foo.last (I forgot which one it was), which is probably better than (@foo.length - 1).

- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.

  • Comment on Re: Re: (FoxUni) Re(3): Breaking output lines into N-element chunks

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-19 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found