The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Image::TextMode::Format::PCBoard - read and write PCBoard files

DESCRIPTION

A PCBoard file is very much like an ANSI file. It uses @ as the "escape sequence marker" and provides some basic variable substitution for items delimited by @ on either end (e.g. @USER@).

METHODS

new( %args )

Creates a PCBoard instance.

extensions( )

Returns 'pcb'.

AUTHOR

Brian Cassidy <bricas@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2008-2022 by Brian Cassidy

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