Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Re: suffix arrays

by Zaxo (Archbishop)
on Jul 18, 2003 at 21:53 UTC ( [id://275771]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: suffix arrays
in thread suffix arrays

Hmmm... In 5.8.1-RC2,

perl -e'my $foo = "A string"; my @foo = map{\substr $foo, $_} 0..7; pr +int map {$$_,$/} @foo;' A string string string tring ring ing ng g $
5.8.1 does more of what I mean!

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: Re: Re: suffix arrays
by BrowserUk (Patriarch) on Jul 18, 2003 at 22:13 UTC

    Ah! I only just got my 5.8.1 to build, so I haven't had chance to try it out there yet. Someone did mention that the p5p guys were working on a fix when this came up before, but that was way back before 5.8 was released and it was one of the first things I checked for in 5.8 but was disappointed. Once I've convinced myself that my build of 5.8.1 is reasonably safe to use, that will allow me to finish off a module that was almost ready for release 6 months ago.

    It appears the fix just made it into the wild. Thanks, its nice to know, and my apologies for casting aspersions.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 15:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found