in reply to Splitting a string... Duh?
@cnID = split("/", $serverID); foreach $temp (@cdID) { print $temp . "\n"; } [download]
Originally posted as a Categorized Answer.