|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: (ichi) re x 2: Simple file to arrayby fruiture (Curate) |
| on Jul 08, 2002 at 15:42 UTC ( [id://180294]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
We probably want to clean up the array, which we can do quickly with for( @email_addys ){ chomp }; at some point after the assignment. `perldoc -f chomp` tells us an easier way: chomp @email_addys.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||