in reply to (Ovid) Re: No other way?
in thread No other way?
sub get_parents { my (@p, $o); for (grep !/^$/, split ("/",$_[0])) {push(@p,"$o/$_");$o.="/$_"} return \@p; }
print join(" ", map { sprintf "%#02x", $_ }unpack("C*",pack("L",0x1234 +5678)))
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: No other way?
by chip (Curate) on Dec 13, 2001 at 03:57 UTC | |
by blakem (Monsignor) on Dec 13, 2001 at 08:01 UTC | |
by greenFox (Vicar) on Dec 13, 2001 at 22:52 UTC | |
by chip (Curate) on Dec 14, 2001 at 01:40 UTC |