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="Tad McClellan, post: 4746951"] You can chomp() them all at once instead of in an explicit loop: chomp @recipients; What is the purpose of that code? Is there more than one file involved here? If not, then why are you glob()ing? What is the purpose of doing that? Find out the reason, and the strangeness is likely to disappear... How do you know that that is what it has? Have you print()ed it out in your program? Have you tried running the program from the command line? ^^^^^^^^^^^^^^^^^^^ What is it that is "somehow" wrong? Looks fine to me... It is most likely related to how you are processing the textarea data. If you can post a short and complete program that duplicates your problem, we can probably help you solve it... [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Big problem with @array and Chomp ... I think :o
Top