Help for this page
use strict; use warnings; ... split '\|', $line; # do whatever with each value here... }