in reply to Re: Installing perl modules
in thread Installing perl modules
#!/usr/bin/perl # ---------------------------------------------------------- # program: makehtml.pl # version: 0.06 m5 build 2000-02-15 # task: Creates HTML documents out of a simple script and some # dummy and content files # language: Perl # license: GPL (GNU General Public License) # ----------------------------------------------------------THIS PROGR +AM IS PUBLISHED UNDER THE TERMS OF THE GNU PUBLIC LICENSE (GPL). # IT COMES WITH ABSOLUTLY NO WARRENTY! USE IT AT YOUR OWN RISK! # ---------------------------------------------------------- use GD; use Tie::IxHash; $identify = "makehtml v0.06 m5 build 2000-02-15"; &init; &run; &done; sub init
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Installing perl modules
by edan (Curate) on Dec 16, 2004 at 16:05 UTC | |
by Anonymous Monk on Dec 16, 2004 at 16:59 UTC | |
by Anonymous Monk on Dec 16, 2004 at 16:15 UTC |