in reply to Re: Re: Re: Find common prefix from a list of strings
in thread Find common prefix from a list of strings
There's another case this will fail for:
@files = qw(model4run1 model2run1 model4run2 abbot); ... print Jenda(@files),$/; __DATA__ model4
antirice
The first rule of Perl club is - use Perl
The ith rule of Perl club is - follow rule i - 1 for i > 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Find common prefix from a list of strings
by Jenda (Abbot) on Jul 15, 2003 at 12:09 UTC |