Re: Apache::ASP question: undefined subroutines

2000-10-31 Thread Joshua Chamas
Carl Lipo wrote: > > Does anyone know what causes these kinds of errors? The 'subroutine' that > the output is referring to is the name of the page (in this case > search.htm) that is being loaded and that sits in the content directory -- > there are no real missing subroutines...Maddeningly, if

Re: VBScript parser (was Re: Apache::ASP Question)

2000-07-25 Thread Ime Smits
| so are you actually going to write a VBScript to perl parser? I was actually | thinking of undertaking this project myself, but I've never written a lexer | or a parser or anything like that. For what it's worth: Some months ago I was facing the problem of moving several ASP scripted IIS/Micro

Re: VBScript parser (was Re: Apache::ASP Question)

2000-07-25 Thread Matt Sergeant
On Tue, 25 Jul 2000, Joshua Chamas wrote: > Like Matt suggested you can start with his simple vbscript to > perlscript converter, but I would recommend to do a really > complete job that you use a full on grammar and something > like Parse::Yapp to do the parse tree. I personally would > find

Re: VBScript parser (was Re: Apache::ASP Question)

2000-07-25 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: > > -- > > On Mon, 24 Jul 2000 13:19:51 Joshua Chamas wrote: > >Until I write a VBScript to perl parser, yes you can only > >use perl under Apache::ASP. > > Ok, so are you actually going to write a VBScript to perl parser? I was actually >thinking of undertaking thi

Re: VBScript parser (was Re: Apache::ASP Question)

2000-07-24 Thread Matt Sergeant
On Mon, 24 Jul 2000 [EMAIL PROTECTED] wrote: > -- > > On Mon, 24 Jul 2000 13:19:51 Joshua Chamas wrote: > >Until I write a VBScript to perl parser, yes you can only > >use perl under Apache::ASP. > > Ok, so are you actually going to write a VBScript to perl parser? I > was actually thinking

VBScript parser (was Re: Apache::ASP Question)

2000-07-24 Thread
-- On Mon, 24 Jul 2000 13:19:51 Joshua Chamas wrote: >Until I write a VBScript to perl parser, yes you can only >use perl under Apache::ASP. Ok, so are you actually going to write a VBScript to perl parser? I was actually thinking of undertaking this project myself, but I've never written a

Re: Apache::ASP Question

2000-07-24 Thread Joshua Chamas
Victor wrote: > > So to move a page written in VB to unix, I'd need something like ChilliSoft > ? > Until I write a VBScript to perl parser, yes you can only use perl under Apache::ASP. I found VBScript to be an utterly crippled language a couple years ago when I started this project but I abs

Re: Apache::ASP Question

2000-07-24 Thread Vivek Khera
> "V" == Victor <[EMAIL PROTECTED]> writes: V> So to move a page written in VB to unix, I'd need something like ChilliSoft V> ? Perhaps. Or maybe the ASP to PHP converter will do it for you? I hear rumors of such a thing that will convert your M$ ASP to php. But that's not Perl... ;-) --

Re: Apache::ASP Question

2000-07-24 Thread Matt Sergeant
On Mon, 24 Jul 2000, Victor wrote: > I am trying to figure out what Apache::ASP is and how well it works. Can > anyone point me to information on the following points or provide me > with answers to the following? > > 1. How compatible is Apache::ASP with ASP? Pretty good - I worked with Joshua

Re: Apache::ASP Question

2000-07-24 Thread Victor
So to move a page written in VB to unix, I'd need something like ChilliSoft ? Vivek Khera wrote: > > "V" == Victor <[EMAIL PROTECTED]> writes: > > V> I also wanted a clarification of ASP. As I understand it, ASP is M$'s > V> version of VB that runs in a way similar to how php does? Is ASP a

Re: Apache::ASP Question

2000-07-24 Thread Vivek Khera
> "V" == Victor <[EMAIL PROTECTED]> writes: V> I also wanted a clarification of ASP. As I understand it, ASP is M$'s V> version of VB that runs in a way similar to how php does? Is ASP a V> language or ... ? Does Apache::ASP support the vb syntax ? No, ASP on M$ is _usually_ written in VB.