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</h2> |
15 |
+ |
For SCRAM, Perl is assumed to be installed as |
16 |
+ |
<p> |
17 |
+ |
<b>/usr/local/bin/perl5</b> |
18 |
+ |
<p> |
19 |
+ |
On some systems, Perl is actually installed elsewhere (e.g. /usr/bin/perl5) and |
20 |
+ |
so SCRAM will not be able to find it. If this is the case the easiest thing to |
21 |
+ |
do is to get your system administrator to make a link from |
22 |
+ |
/usr/local/bin/perl5 to the installation location. |
23 |
+ |
<br> |
24 |
+ |
(e.g ln -s /usr/bin/perl5 /usr/local/bin/perl5 ) |
25 |
+ |
<p> |
26 |
+ |
<! Style Sheet Footer ---------------Do not change anything after this line--> |
27 |
+ |
<hr> |
28 |
+ |
<table border=1 width=100%> |
29 |
+ |
<td align=left> |
30 |
+ |
<a href=mailto:Christopher.Williams@cern.ch |
31 |
+ |
>Chris Williams</a> |
32 |
+ |
</td> |
33 |
+ |
<td align=center> |
34 |
+ |
Last Updated Tue Jun 15 10:17:48 1999 |
35 |
+ |
</td> |
36 |
+ |
<td align=right><a href=/cgi-cmc/pagestat>Show Stats</a> |
37 |
+ |
</td> |
38 |
+ |
</table> |
39 |
+ |
</body> </html> |
40 |
+ |
<! End Style Sheet Footer> |