home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / perl5 / perl_loc.txt < prev    next >
Text File  |  1995-08-14  |  2KB  |  41 lines

  1. Article 127001 of comp.os.vms:
  2. Path: nntpd.lkg.dec.com!depot.mro.dec.com!jrd.dec.com!news.dec-j!spin-hsd0-tky!spinnews!wnoc-tyo-news!news.join.ad.jp!news.caren.net!newsserver.jvnc.net!newsserver2.jvnc.net!howland.reston.ans.net!news.moneng.mei.com!uwm.edu!msunews!netnews.upenn.edu!hmivax!bailey
  3. From: bailey@genetics.upenn.edu (Charles Bailey)
  4. Newsgroups: comp.os.vms
  5. Subject: Re: Remedial PERL-installation training on VMS
  6. Date: 13 Aug 95 14:29:34 EDT
  7. Organization: HHMI/Human Genetics, Univ of Pa.
  8. Lines: 26
  9. Message-ID: <1995Aug13.142934@hmivax>
  10. References: <40ka03$dhf@ixnews3.ix.netcom.com>
  11. NNTP-Posting-Host: hmivax.humgen.upenn.edu
  12.  
  13. [Reply Cc:d to poster - CB]
  14. In article <40ka03$dhf@ixnews3.ix.netcom.com>, "Brian J. King" <bjking@ix.netcom.com> writes:
  15. > Folks, I'm trying to install PERL from the last DECUS CD-ROM...I pulled make off the 
  16. > CD and compiled it and it seemed to be OK...but when I dragged the PERL distro over 
  17. > and tried to make it, make reported problems with commands in the makefile.  
  18. > Specifically, it tried to interpret @ signs as command executions...
  19.  
  20. First off, I'd recommend that you pick up the current VMS test version of Perl
  21. from genetics.upenn.edu, in [.perl5]perl5_001_yymmddx.zip, where yymmddx
  22. indicates the datae of the last change.  It's way ahead of what's on the CD (an
  23. early version of Perl 5.000, unless the CD's been updated recently).
  24.  
  25. WRT make, it's a bit tough for me to predict how different make(1) clones will
  26. interpret the @ under VMS.  The Makefile in the [.vms] subdirectory assumes
  27. that your make clone will treat a leading @ on an action line as a "hush"
  28. indicator (i.e. don't echo the command).  If your make clone passes it on to
  29. VMS, so that you're trying to invoke files like If.com based on lines like
  30.     @ If f$$search("foo.exe") then delete/log/noconfirm foo.exe;*
  31. you can just edit out the leading @.
  32.  
  33. For an even simpler (and better tested) solution, just grab MMK from the CD,
  34. and build Perl using MMK/Descrip=[.VMS] (plus whatever macros are necessary --
  35. SOCKET, DECC, __DEBUG__, whatever).
  36.  
  37. Regards,
  38. Charles Bailey  bailey@genetics.upenn.edu
  39.  
  40.  
  41.