diff options
author | Leon Brocard <acme@astray.com> | 2009-09-13 19:50:17 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2009-09-13 19:50:17 +0100 |
commit | 08d7a6b24064e70aacf57f27e3375e0256afc24a (patch) | |
tree | b57452a9f3979060e17ace1bc112423f98d4fc24 /README.mpeix | |
parent | 0e4e16299a9ffad2c7c545720fdb36b39163927d (diff) | |
download | perl-08d7a6b24064e70aacf57f27e3375e0256afc24a.tar.gz |
Use alternative URLs for links which are now broken (link rot)
Diffstat (limited to 'README.mpeix')
-rw-r--r-- | README.mpeix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/README.mpeix b/README.mpeix index 730492c800..f3cbe8e7bb 100644 --- a/README.mpeix +++ b/README.mpeix @@ -9,7 +9,6 @@ README.mpeix - Perl/iX for HP e3000 MPE =head1 SYNOPSIS http://www.bixby.org/mark/perlix.html - http://jazz.external.hp.com/src/hp_freeware/perl/ Perl language for MPE Last updated January 12, 2006 @ 2100 UTC @@ -19,17 +18,6 @@ README.mpeix - Perl/iX for HP e3000 MPE This is a podified version of what used to be on the above-mentioned web page, podified by Jarkko Hietaniemi 2001-Jan-01. -=head1 Binary distribution from HP - -The simplest way to obtain Perl for the MPE/iX is to go either of -these URLs and follow the instructions within. - -http://jazz.external.hp.com/src/hp_freeware/perl/ -http://www.bixby.org/mark/perlix.html - -Use which ever one is more recent. - - =head1 What's New in Perl for MPE/iX January 12, 2006 @@ -111,13 +99,6 @@ libnet (as seen on CPAN) libwww-perl (LWP) which lets Perl programs behave like web browsers: - 1. #!/PERL/PUB/perl - 2. use LWP::Simple; - 3. $doc = get('http://www.bixby.org/mark/perlix.html'); # reads the - web page into variable $doc - -(http://www.bixby.org/mark/perlix.html) - =item * mod_perl (just the perl portion; the actual DSO will be released |