in reply to Perl on IBM AS/400?
You might want to consider looking at the alternatives. The Perl port on CPAN listed above is for version 5.005, and it looked to me as though the port was not being supported very well. If you are serious about doing some kind of CGI programming on the AS/400, you might want to look at Brad Stone's BVS Tools site and the book, e-RPG, which although spendy might bring you more success in this endeavor.
Some of the problems I ran into included but are not limited to
Again, this was probably due to user ignorance rather than technical problems. I wrote those commands, they are from some notes I took during the project, and yet I to this day have absolutely no idea what they mean. They worked, though, I guess, because they paid me.CALL PGM(PERLDIST/PERL) PARM('/home/test.pl') CRTCLPGM PGM(TEST) SRCFILE(*LIBL/QCLSRC) CRTCLPGM PGM(CGIBIN/TESTER) SRCFILE(QGPL/QCLSRC)
On the other hand, if you look at IBM lately, they seem to be pulling out all the stops in support of good old Linux/Apache/etc, and you might find that it is a more feasible option to go with a standardized web server platform in the long run.
|
---|