Path: utzoo!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!news.nd.edu!mentor.cc.purdue.edu!purdue!haven!decuac!shlump.nac.dec.com!decvax.DEC.COM!evans From: evans@decvax.DEC.COM (Marc Evans) Newsgroups: comp.lang.perl Subject: Re: Porting PERL on Decstation 5000 running Ultrix 4.0 Message-ID: <21207@shlump.nac.dec.com> Date: 18 Mar 91 20:55:39 GMT Article-I.D.: shlump.21207 References: <12540@bsu-cs.bsu.edu> Sender: news@shlump.nac.dec.com Reply-To: evans@decvax.DEC.COM Organization: Synergytics Lines: 26 In article <12540@bsu-cs.bsu.edu>, koffi@bsu-cs.bsu.edu (There will be enough room in HEAVENS for all of US) writes: |> I would like to know if anybody has ported PERL on DECStation 5000 running |> Ultrix 4.0. Are there any problems and what are the traps to avoid? |> Any suggestions and comments! I have it working on Ultrix 4.2, and OSF/1 for the 5000. However, the dbm code seems to be havign problems on the OSF/1 OS, which is demonstraited by the following (data never gets written to the datafiles): exit 0 if ($#ARGV < 0); $dbname = $ARGV[0]; dbmopen(%s,$dbname,0666); $s{'foo'}++; $s{'bar'}++; dbmclose(%stats); exit 0; I am assuming that the problem is not in perl, but rather something that we haven't discoved about OSF/1 (yet). - Marc -- =========================================================================== Marc Evans - WB1GRH - evans@decvax.DEC.COM | Synergytics (603)635-8876 Unix and X Software Consultant | 21 Hinds Ln, Pelham, NH 03076 ===========================================================================