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

Re: (Golf) Fragment Reassembly

by chromatic (Archbishop)
on May 03, 2001 at 05:55 UTC ( [id://77548]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub assemble{my($f,$s)=splice(@_,0,2);return$f unless$s;
    $f=(sort{length($a)<=>length($b)}(c($f,$s),c($s,$f)))[0];
    assemble($f,@_)}
    sub c{($_,$b)=@_;return$_ if/$b/;my $r='';while($b and$r=chop($b).$r
    and!(index($_,$b)>0)){}$_.$r.(length($b)==1?$b:'')}
    
  2. or download this
    sub assemble{my($f,$s)=splice(@_,0,2);return$f unless$s;
    $f=(sort{length($a)<=>length($b)}(c($f,$s),c($s,$f)))[0];
    assemble($f,@_)}
    sub c{($_,$b)=@_;return$_ if/$b/;my $r='';while($b and$r=chop($b).$r
    and!(index($_,$b)>0)){}$_.$r.(/$b$/?'':$b)}
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-28 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found