agustina_s has asked for the wisdom of the Perl Monks concerning the following question:
Thanks so muchhh...$/ = "\/\/\n"; $counter=1; while (<>){ # Read the each record and return one whole record $entry = SWISS::Entry->fromText($_); print "Entry $counter\n"; #read each line of the record?? }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to read the line of each record??
by seattlejohn (Deacon) on Jan 22, 2002 at 09:06 UTC | |
|
Re: how to read the line of each record??
by VSarkiss (Monsignor) on Jan 22, 2002 at 09:07 UTC |