ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/perlhelp.html
Revision: 1.4
Committed: Wed May 15 14:23:33 2002 UTC (23 years ago) by sashby
Content type: text/html
Branch: MAIN
CVS Tags: V0_19_6, V0_19_6p1, V0_19_5, SFATEST, V0_19_4, V0_19_4_pre3
Branch point for: V0_19_4_B
Changes since 1.3: +2 -2 lines
Log Message:
Updated documentation.

File Contents

# User Rev Content
1 williamc 1.2 <! Style Sheet Header>
2     <html>
3     <head>
4     <title>perlhelp.html</title>
5     <body bgcolor=beige>
6     <! End Style Sheet Header -----------Insert Text Here --------------------->
7     <center>
8     <h1>Help With Perl</h1>
9     <font color=red>S</font>oftware <font color=red>C</font>onfiguration,
10     <font color=red>R</font>elease <font color=red>A</font>nd
11     <font color=red>M</font>anagement
12     </center>
13     <hr>
14     <h2>Installation of Perl - SCRAM versions from V0_15_0</h2>
15     Versions V0_15_0 onwards are independent of the location of the perl executable.
16 sashby 1.4 By default it is found from the user's path variable using "env". This can be overridden
17     when running the install_scram script as in the installation
18 williamc 1.2 instructions. Be careful that this location is consistent across all nodes
19     that will be using the scram installation.
20    
21     <h2>Installation of Perl - SCRAM versions up to V0_14_0</h2>
22     For SCRAM, Perl is assumed to be installed as
23     <p>
24     <b>/usr/local/bin/perl5</b>
25     <p>
26     On some systems, Perl is actually installed elsewhere (e.g. /usr/bin/perl5) and
27     so SCRAM will not be able to find it. If this is the case the easiest thing to
28     do is to get your system administrator to make a link from
29     /usr/local/bin/perl5 to the installation location.
30     <br>
31     (e.g ln -s /usr/bin/perl5 /usr/local/bin/perl5 )
32     <p>
33     <! Style Sheet Footer ---------------Do not change anything after this line-->
34     <hr>
35     <table border=1 width=100%>
36     <td align=left>
37 sashby 1.3 <a href=mailto:Shaun.Ashby@cern.ch
38     >Shaun Ashby</a>
39 williamc 1.2 </td>
40     <td align=center>
41 sashby 1.3 <SCRIPT LANGUAGE="JAVASCRIPT">document.write("Last Updated "+ document.lastModified );</SCRIPT>
42 williamc 1.2 </td>
43     <td align=right><a href=/cgi-cmc/pagestat>Show Stats</a>
44     </td>
45     </table>
46     </body> </html>
47     <! End Style Sheet Footer>