You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by as...@hyperreal.org on 1999/05/25 00:12:46 UTC

cvs commit: modperl-site/stories/convert stories2html.pl

ask         99/05/24 15:12:43

  Modified:    stories/convert stories2html.pl
  Log:
  HTML::Embperl is not installed in the default installation on taz, and
  Stas is trying to help (thanks!)
  
  :-)
  
  Revision  Changes    Path
  1.3       +2 -1      modperl-site/stories/convert/stories2html.pl
  
  Index: stories2html.pl
  ===================================================================
  RCS file: /home/cvs/modperl-site/stories/convert/stories2html.pl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- stories2html.pl	1998/06/15 23:14:55	1.2
  +++ stories2html.pl	1999/05/24 22:12:29	1.3
  @@ -1,10 +1,11 @@
   #!/usr/bin/perl -w
   use strict;
  +use lib '/home/ask/perllib';
   use HTML::Embperl;
   
   package Toolbox;
   
  -my $storydirectory = $ARGV[0] || "/export/pub/apache/perl/stories/";
  +my $storydirectory = $ARGV[0] || "/www/perl.apache.org/stories/";
   
   sub FileList {
   	my $result = "<blockquote>";