> Can anyone send me any solution
> to read the paragraph from a text file?
To read paragraphs (delimited by one or more blank
lines (really blank, no spaces or tabs)), change the
record separator from its default (newline) to the
null string ('').
$/ = '';
while (<>) {
print;
}
- numb array getting value for letter array bdale16
- Re: numb array getting value for letter array Peter Scott
- Re: numb array getting value for letter array AB Ramos
- NEW LINE arvind Bir
- Re: NEW LINE Me
- Re: NEW LINE Jos Boumans
- Re: NEW LINE Me
