Re: Store each lines from a response...
"Mumia W." <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <[email protected]> |
On 03/28/2007 06:42 AM, Devilish Entity wrote: > On 3/28/07, Mumia W. <[email protected]> wrote: >> The documentation for Net::POP3 suggests that $msg already contains the >> message data split into lines; $msg is a reference to an array >> containing the required data (already split), so there is no need to >> split. >> > > Ok, but i don't use any loop to get my mail displayed completly, how > could i get each lines separatly ? > So use a loop to process the lines in the array separately. If you are using Windows, check these out: Start->Run->"perldoc perlintro" Start->Run->"perldoc perllol" Start->Run->"perldoc perl"