Re: perl script programming problem

2000-09-22 Thread Byrial Jensen
On Fri, Sep 22, 2000 at 14:31:40 -0400, hal King wrote: > I tried that, and now knowing what to look for tried several others: > > macro pager T "/home/hck/bin/take.plsource >$HOME/.muttrc\n" > > macro pager T "/home/hck/bin/take.pl\nsource >$HOME/.muttrc\n" > > macro pager T "| $HOME/bin

Re: perl script programming problem

2000-09-22 Thread hal King
Well I got two good answers, but I still have one problem. Byrial Jensen <[EMAIL PROTECTED]> wrote: >You should also know that mutt always will wait if the program >returns a non-zero exit code regardless of the value of $wait_key. yep. I was still playing in debug land, and as soon as I e

Re: perl script programming problem

2000-09-22 Thread Byrial Jensen
On Fri, Sep 22, 2000 at 15:40:04 +0300, Mikko Hänninen wrote: > hal King <[EMAIL PROTECTED]> wrote on Fri, 22 Sep 2000: > >> Yes, I know there is a python script, but I like perl and wanted to >> hack mutt. Odd thing is, after the script runs input seems to >> be 'hung'. I after the pro

Re: perl script programming problem

2000-09-22 Thread Mikko Hänninen
hal King <[EMAIL PROTECTED]> wrote on Fri, 22 Sep 2000: > I've written a small perl script to take addresses like the 't' command in > pine. I wonder what the t command in Pine does? Well, since I have to guess, I suppose it picks out email addresses from the current email. > Yes, I know