Text::UpsideDown
NAME
Text::UpsideDown - Flip text upside-down using Unicode
SYNOPSIS
use Text::UpsideDown;
say upside_down("foo");
# prints "ooɟ"
DESCRIPTION
This module will flip text upside-down using Unicode.
SEE ALSO
All available Perl 6 Text modules
Original Perl 5 version
AUTHOR
This software is copyright (c) 2007 by Marcel Grünauer and Mike Doherty. Steve (mcsnolte) Nolte ported it to Perl 6 in 2016.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.