[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Mac::Glue?



At 20:38 -0700 1999.10.15, Brian McNett wrote:
>Chris Nandor, <pudge@pobox.com> wrote:
>
>>I cannot see why that would make a difference.  It doesn't make any sense.
>>$_ and "$_" should be the same thing, if $_ is just plain text.
>
>It's a mystery to me too.  However, it works with the quotes, and fails
>quietly without them.

Since I don't have Claris Emailer, I cannot test.  Did you check for an
error with $^E?

  $foo->connect_to($_);
  die $^E if $^E;

How about adding a 'print $_, "\n"' to the loop and sending the results to
the list so we can see exactly what is in $_?

  print $_, "\n";
  $foo->connect_to($_);

-- 
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10  1FF77F13 8180B6B6'])

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org