Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Big problem with @array and Chomp ... I think :o
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Tore Aursand, post: 4746964"] Are you using strict and warnings? And what if there's a '|' in the name and/or email address? This can't be repeated too often: Consider using one of the many template solutions for separating code and presentation. HTML::Template looks like a popular (and good, of course) choice. Actually, you can chomp all the elements in @recipients in one go; chomp( @recipients ); You probably don't want to glob() here. Try this one instead: unlink "$activeuser/csvdump.txt"; ....which really isn't that good. There are multiple CSV-related modules on CPAN which does the job much better. It is _somehow_ wrong? Somehow how? :-) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Big problem with @array and Chomp ... I think :o
Top