#!/usr/bin/perl use warnings; use strict; use File::MimeInfo::Magic; use HTML::FromANSI; use Text::Markdown qw(markdown); print "works";