#!/usr/bin/perl open (data, 'data.txt') or die "die"; @words = split (/\n\n+/, <data>); print $words[0]; exit;
and the output is only
line=ULMNm 3 1fdy_07 N-ACETYLNEURAMINATE LYASE user 1 3can you tell me what I'm doing wrong?
In reply to Re^2: regex question: store multiple lines as a string
by nurulnad
in thread regex question: store multiple lines as a string
by nurulnad
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |