in reply to Parsing delimited file contents
my @tokens = split /\|/, $line; print "@tokens[0..2]\n"; [download]