Acme-LSD

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

For instance the code...

    #!/usr/bin/env perl 

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

... will produce 

<div>
    <div style="display: flex">
    <div style="margin: 3px; flex: 1 1 50%">
    <img alt="Screenshot of Acme::LSD sample output" src="https://raw.githubusercontent.com/thibaultduponchelle/Acme-LSD/master/acmelsd.png" style="max-width: 100%" width="600">
    </div>
    </div>
</div>

# REFERENCES

- [How can I hook into Perl's print?](https://stackoverflow.com/questions/387702/how-can-i-hook-into-perls-print/388211#388211)
- My [C version](https://github.com/thibaultduponchelle/lsd)

# LICENSE

lib/Acme/LSD.pm  view on Meta::CPAN


    #!/usr/bin/env perl 

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

... will produce 

=begin html

<div style="display: flex">
<div style="margin: 3px; flex: 1 1 50%">
<img alt="Screenshot of Acme::LSD sample output" src="https://raw.githubusercontent.com/thibaultduponchelle/Acme-LSD/master/acmelsd.png" style="max-width: 100%" width="600">
</div>
</div>

=end html

=head1 REFERENCES

=over 4

=item L<How can I hook into Perl's print?|https://stackoverflow.com/questions/387702/how-can-i-hook-into-perls-print/388211#388211>



( run in 1.656 second using v1.01-cache-2.11-cpan-49f99fa48dc )