Screen output from
The Starman's perl installation
(minus many of the simple copy-file
lines):
.. |
Welcome to the Perl Binary Distribution for the Intel Win32 platform! Before proceeding, please make sure you have at least 20MB of free space on the destination volume. It is an excellent idea to actually read the README file before getting on with it. Hope you managed to. Where would you like Perl to be installed? [c:\perl] Ok to create `c:\perl'? [y] mkdir c:\perl mkdir c:\perl\lib Do you have a C compiler? [y] Do you have the Borland C++ 5.x compiler? [y] Where is Borland C++ installed? [c:\bc5] The compiler's include files are in... [c:\bc5\include] The compiler's libraries are in... [c:\bc5\lib] Install HTML documentation? (needs 4.5MB) [y] Where should HTML be installed? [c:\perl\html] `c:\perl\html' is probably accessible from your web server by a different name than its actual physical location. The default below will have the appropriate value to access it as a local file from your web browser, but you probably want to enter something like...... `/perldocs', if that is how you intend accessing the perl document root via your web server. (Yeah, I know. We should be generating transportable HTML instead of this rooted-pathname mess.) Root of the perl HTML tree? [/c|/perl/html] We're now ready to copy files. Perl will be installed in `c:\perl'. HTML documentation will be installed in `c:\perl\html'. Document URLs will begin at `/c|/perl/html'. Proceed? [y] Copying distribution from `C:\perl5.00402-bindist04-bc\perl' to `c:\perl' |
And starting again at the tail end of all the files that were copied:
.. |
................ C:\perl5.00402-bindist04-bc\perl\lib\Text\Soundex.pm C:\perl5.00402-bindist04-bc\perl\lib\Text\Tabs.pm C:\perl5.00402-bindist04-bc\perl\lib\Text\Wrap.pm C:\perl5.00402-bindist04-bc\perl\lib\Tie\Hash.pm C:\perl5.00402-bindist04-bc\perl\lib\Tie\RefHash.pm C:\perl5.00402-bindist04-bc\perl\lib\Tie\Scalar.pm C:\perl5.00402-bindist04-bc\perl\lib\Tie\SubstrHash.pm C:\perl5.00402-bindist04-bc\perl\lib\Time\gmtime.pm C:\perl5.00402-bindist04-bc\perl\lib\Time\Local.pm C:\perl5.00402-bindist04-bc\perl\lib\Time\localtime.pm C:\perl5.00402-bindist04-bc\perl\lib\Time\tm.pm C:\perl5.00402-bindist04-bc\perl\lib\User\grent.pm C:\perl5.00402-bindist04-bc\perl\lib\User\pwent.pm 1207 File(s) copied Generating HTML from PODs... This will take a while, please be patient mkdir c:\perl\html installhtml --podroot=perl --htmldir=c:\perl\html --htmlroot=/c|/perl/html --recurse --libpod=perlfunc:perlguts:perlvar:perlrun:perlop Generating new `c:\perl\lib\Config.pm' Perl has been successfully installed at `c:\perl'. To start using Perl please add the following location to your `Path' environment variable: c:\perl\bin You can do this in the `Environment' tab of the `System' Control Panel (accessible by mousing "Start" -> "Settings" -> "Control Panel"). You can also set the `PERL5LIB' environment variable to a `;' separated list of paths if you later install modules in locations other than `c:\perl'. Setting PERL5LIB is not required if you want to simply use the stuff that got installed just now. Have a nice day. |