in reply to Re^3: How to use cgi table in index.pm perl
in thread How to use cgi table in newindex.pm perl

I treid but doesnt work for me

  • Comment on Re^4: How to use cgi table in index.pm perl

Replies are listed 'Best First'.
Re^5: How to use cgi table in index.pm perl
by haukex (Archbishop) on Dec 13, 2017 at 12:38 UTC
Re^5: How to use cgi table in index.pm perl
by poj (Abbot) on Dec 13, 2017 at 15:54 UTC

    If you are using XAMPP then you probably don't have HTML::Tiny installed. Download the file Tiny.pm from here and save it in C:\xampp\perl\vendor\lib\HTML

    poj

      If you are using XAMPP then you probably don't have HTML::Tiny installed. Download the file Tiny.pm from here and save it in C:\xampp\perl\vendor\lib\HTML

      Why copy/paste when you can

      cpan -i HTML::Tiny or cpanm -i HTML::Tiny or cpanp -i HTML::Tiny
      ?