in reply to Serving many tarballs as part of your web space
I'm quite impressed.for my $step (1..$#path) { @names = map /\A\/?\Q$path[$step]\E(?:\/(.*))?\z/s, @names; die "no such name" unless @names; if (grep !defined $_, @names) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Serving many tarballs as part of your web space
by jryan (Vicar) on Jan 11, 2002 at 14:12 UTC | |
|
Re: Re: Serving many tarballs as part of your web space
by merlyn (Sage) on Jan 11, 2002 at 12:36 UTC | |
by Aristotle (Chancellor) on Jan 11, 2002 at 18:59 UTC |