-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello,
I know Markdown is installed somewhere, since I have a copy of River's script that uses it - but I've tried `use Text::Markdown qw(markdown)` in a script, and got Can't locate Text/Markdown.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl)
Should I be including Markdown some other way?
Thanks for any help, - -Mike
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Mike.lifeguard:
I know Markdown is installed somewhere, since I have a copy of River's script that uses it
Actually, my script works like this:
$what = "/home/river/Markdown.pl $root/$name|"; open MARKDOWN, "$what" or die "no markdown";
but I've tried `use Text::Markdown qw(markdown)` in a script,
Text::Markdown isn't installed, which is why it doesn't work. You can file a request in JIRA if you want it installed.
- river.
toolserver-l@lists.wikimedia.org