Re: sh progress

[email protected] (Joshua Juran) Tue, 14 Nov 2006 13:13:03 -0800
Newsgroups perl.ppt
Message-ID <[email protected]>
On Nov 14, 2006, at 7:22 AM, [email protected] wrote:

> I've written chdir and pwd backends that look at the physical
> settings, as well as an option parser.  I'll have code soon, but be
> warned that I had to use a for(;;) loop, not a foreach, because I
> needed an offset to work with :(
>
> I'm making sure that everything works once it's done by running the
> Configure script :)

veritosproject++  :-)

My own shell is incomplete, but parts of it like quote removal and  
brace expansion are working.  You might find the code handy as a  
reference:

http://www.google.com/codesearch?q=package%3ALamp+BraceExpansion

Josh