ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/html/perlhelp.html
Revision: 1.3
Committed: Fri Jul 20 12:21:27 2001 UTC (23 years, 10 months ago) by sashby
Content type: text/html
Branch: MAIN
CVS Tags: V0_19_4_pre2, V0_19_4_pre1, V0_19_3, V0_19_2, V0_19_1, V0_19_0
Changes since 1.2: +3 -3 lines
Log Message:
Updated documentation.

File Contents

# Content
1 <! 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 By default it is assumed to exist in /usr/local/bin/perl5 but this can be
17 overridden when running the install_scram script as in the installation
18 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 <a href=mailto:Shaun.Ashby@cern.ch
38 >Shaun Ashby</a>
39 </td>
40 <td align=center>
41 <SCRIPT LANGUAGE="JAVASCRIPT">document.write("Last Updated "+ document.lastModified );</SCRIPT>
42 </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>