in reply to Re^3: HTML Editor
in thread HTML Editor

not sure how to implement Text::Wikiformat into single perl scipt.

Replies are listed 'Best First'.
Re^5: HTML Editor
by Joost (Canon) on Dec 15, 2004 at 18:47 UTC
      Just browse Perl v5.6.1 modules host have available:
      Text::Abbrev
      Text::ParseWords
      Text::Soundex
      Text::Tabs
      Text::Wrap
      Tie::Array
      Tie::Handle
      Tie::Hash
      Tie::RefHash
      Tie::Scalar
      Tie::SubstrHash
      No this wiki offered, and will not planned to be installed..
Re^5: HTML Editor
by b10m (Vicar) on Dec 15, 2004 at 18:46 UTC
    use Text::WikiFormat; my $html = Text::WikiFormat::format($raw);

    (Hint: You might want to read Text::WikiFormat too)

    --
    b10m

    All code is usually tested, but rarely trusted.