Revision: | 1.1.2.1 |
Committed: | Tue Jun 15 10:26:20 1999 UTC (25 years, 11 months ago) by williamc |
Content type: | text/html |
Branch: | V0_9branch |
CVS Tags: | V0_14_0, V0_12_12_4, V0_12_12_3, V0_13_3, V0_13_2, V0_12_12_2, V0_12_12_1, V0_12_12_0, PlayGround_0, V0_13_1, V0_12_12, V0_13_0, V0_12_11, V0_12_9b, V0_12_10, V0_12_9, V0_12_8, V0_12_7, V0_12_6, V0_12_5, V0_12_4, V0_12_3, V0_12_2, V0_12_1, V0_12_0, V0_11_4, V0_11_3, V0_11_2, V0_11_1, V0_11_0, V0_10_19, V0_10_18, V0_10_17, V0_10_16, V0_10_15, V0_10_14, V0_10_13, V0_10_12, V0_10_11, V0_10_10, V0_10_9, V0_10_8, V0_10_7, V0_10_6, V0_10_5, V0_10_4, V0_10_3, V0_10_2, V0_10_1, V0_10_0, V0_10_0beta, V0_9_42, V0_9_41, V0_9_40, V0_9_39, V0_9_38, V0_9_37, V0_9_36, V0_9_35, V0_9_34, V0_9_33, V0_9_32, V0_9_31, V0_9_30, V0_9_29, V0_9_28, V0_9_27, V0_9_26, V0_9_25, V0_9_24, V0_9_23, V0_9_22, V0_9_21, V0_9_20, V0_9_19, V0_9_18, V0_9_17, V0_9_16, V0_9_15 |
Branch point for: | HPWbranch |
Changes since 1.1: | +40 -0 lines |
Log Message: | Description of creating link |
# | 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</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> |