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.

AUTHOR

This software is copyright (c) 2007 by Marcel Grünauer and Mike Doherty. perl6 port: 2016 Steve Nolte

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.