open(FILE, 'my_file.txt'); while ($line = ) { @line_parts = split(/\|/, $line); print "
$line_parts[0]\n"; } close(FILE);