Using markdown from within perl script
Dhruba Bandopadhyay
dhrubab at gmail.com
Fri Aug 20 15:04:17 EDT 2004
On Fri, 20 Aug 2004 14:20:22 -0400, John Gruber <gruber at fedora.net> wrote:
> Dhruba Bandopadhyay <dhrubab at gmail.com> wrote on 08/20/04 at 1:36pm:
>
> > My question is can markdown be used from within a perl/cgi script?
> >
> > I'm trying to avoid using backticks and command line if I can and do
> > the conversion within a script.
>
> As it stands now, you'd need to copy and paste it into your own
> script, or turn it into a Markdown.pm module by hand.
Further to my previous email I've now got this to work. I put my code
at the end of the file as opposed to the top and it is now working as
desired.
Many thanks.
Dhruba.
More information about the Markdown-discuss
mailing list