Re: Professional IDE for a cross-platform Perl application



Re: Tad McClellan

The first version was written in a DOS-based database. The
unix-based perl/tk version is the latest of ports. The former
was perl/cgi running under a web browser.

A Perl CGI program *never* runs under a browser.

CGI programs run on web *servers*.

I can assure you that my perl/cgi application was running on a web
browser.
Bloody slowly, and with serious limitations, but it was running. I
managed
to gain in speed and functionality with Tk. I hope I will gain further
speed
and functionality with a better GUI.

The application uses linux-specific features,

Then an IDE will not help in porting it.

An IDE will not do the porting for me, that's for sure. But it will
help me
in spotting all the OS dependent parts, so that I can change them.

Bob

.



Relevant Pages

  • Re: Professional IDE for a cross-platform Perl application
    ... was perl/cgi running under a web browser. ... A Perl CGI program *never* runs under a browser. ...
    (comp.lang.perl.misc)
  • Location header question
    ... blank or an error icon results, depending on the browser. ... completion of the request or identification of a new resource. ... My usage (in the CGI program) has been to send the Location ... being I can assume the location target will be on the same ...
    (comp.infosystems.www.authoring.html)
  • Re: CGI and C++: continual updates
    ... Flavio Tischhauser wrote: ... > Apache waits until the whole CGI program has finished before it starts to ... > send the generated page to the browser. ... You may try C++ CGI Toolkit from Softintegration, ...
    (comp.lang.cpp)
  • Cgi: Print Text files with wordwrap!
    ... Okay, I'm writing a cgi program, and I can send files and stuff, but how do ... the browser, and unsightly scrollbar appears on the bottom. ...
    (comp.lang.python)
  • Re: file input/output
    ... perldoc -q "My CGI script runs from the command line but not the browser" ... Of course it would be more useful while developing your CGI program to see the ...
    (perl.beginners)