Excellent... thank you. Before sending the email question, I was trying
to use split to get rid of that and could not get it to work as I was
using
<code>

For (<FH>)
  If (/pattern/) {
   split /\=/ ,$_ /;
$vg{$_}++ }
}
</code>

Why didn't this work?


a) its invalid code, there are ton of things that'd keep it from even compiling let all doing the logic you want.

b) actually "using" the code and resolving the most obvious errors instead of saying "as I was using" which you clearly never had run or you'd have gotten compilation errors instead of results that were not your goal

Seriously Derek, you've been around this list long enough to know how to ask questions and posting "this code does not return what I want" when the code doesn't even compile is a waste of time and resources and is actually a lie which I;m sure no one appreciates.

I don't mean to be rude but please try to use a little common sense and effort. help people help you :)

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to