The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::LSD - A dumb module that colorize your prints

SYNOPSIS

use Acme::LSD;

# That's all ! 
# (You will see the effect as soon as you print something...)
# e.g. 
print("Survive just one more day\n");

DESCRIPTION

Acme::LSD is a module that overrides the CORE::GLOBAL::print function.

EXAMPLE

For instance the code...

#!/usr/bin/env perl 

use Acme::LSD;
print `man man`;

... will produce

Screenshot of Acme::LSD sample output

REFERENCES

How can I hook into Perl's print?
My C version

LICENSE

Copyright (C) Thibault DUPONCHELLE.

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

AUTHOR

Thibault DUPONCHELLE <thibault.duponchelle@gmail.com>