> #1 - tried that and still getting the ISE, so it must be a compiler error
> ... I didn't know all of those tips - that will help me with this problem
> (and w/ future ones, too) - now if I could just find out what the
> compiler
> problem is ... the syntax checks out ... I can't telnet & execute the
> script
> in their environment.

if your script compiles on windows but (probably) not on the UNIX machine
then

1) are you sure you are upload the file as ascii file ? (not binary)

2) maybe you are trying tu use a module that is not on that system
3) try to put __END__ in your script , the compiler will ignore the rest of
the
file so you might be able to see exatly where is the line that causes the
problem

-- Gabor
 

-- 
Gabor Szabo
http://www.tracert.com/
Web backend development
Phone: +972-(0)54-624648


Reply via email to