in reply to Splitting a string... Duh?
(Untested, but should do it...)$cnID = ( split("/", $serverID) )[0]; print $cnID"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Answer: Splitting a string... Duh?
by Preceptor (Deacon) on Sep 16, 2002 at 16:24 UTC |