NAME

    Ingy d��t Net's Standard Prelude

SYNOPSIS

        use IngyPrelude;
    
        my $text = file_read 'foo.txt';
        file_write 'FOO.TXT', uc($text);

DESCRIPTION

    This module exports a number of common functions.

AUTHOR

    Ingy d��t Net <ingy@ingy.net>

COPYRIGHT AND LICENSE

    Copyright 2022. Ingy d��t Net.

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

    See http://www.perl.com/perl/misc/Artistic.html