#426192#5
Date:
2007-05-27 03:18:50 UTC
From:
To:
joey@kodama:~>perl -we 'use strict; use Expect; my $e=Expect->spawn("ls"); $e->expect(0, [q{[} => sub {}])'
Unmatched [ in regex; marked by <-- HERE in m/[ <-- HERE ()/ at /usr/share/perl5/Expect.pm line 707.
joey@kodama:~>perl -we 'use strict; use Expect; my $e=Expect->spawn("ls"); $e->expect(0, ["-re" , q{[} => sub {}])'
Unmatched [ in regex; marked by <-- HERE in m/[ <-- HERE ()/ at /usr/share/perl5/Expect.pm line 707.

According to the documentation, the '[' in the first expression should not be interpreted as
a regexp.

#426192#8
Date:
2008-11-27 19:21:47 UTC
From:
To:
#426192#13
Date:
2010-08-15 09:19:40 UTC
From:
To:
The forwarded status didn't work as expected, let's try again.

For id, see previous message

#426192#16
Date:
2010-08-15 09:19:40 UTC
From:
To:
The forwarded status didn't work as expected, let's try again.

For id, see previous message