Re: [MacPerl] MPW - MacPerl

2001-01-26 Thread Doug McNutt
>#! -tw >use CGI ':standard'; These are in my MPW startup file. The stuff in MPP&E and the distribution are a more obscure way to get it done. It also adds menu items to MPW that you may never use. Note that I use a command alias while the distribution will add the perl folder to the sear

Re: [MacPerl] MPW - MacPerl

2001-01-26 Thread Thomas Wegner
>Hello Liste > >I have got a question concering MPW and MacPerl : > >if I have got script which starts out : > >#! -tw > > use CGI ':standard'; > >.(rest of the code) > > >checking the script in MacPerl goes past this line, whereas in MPW it says: ># Can't locate CGI.pm in @INC. >F