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

NAME

fdimage.pl - manipulate fdd (FAT12) image.

VERSION

Version 0.01

SYNOPSIS

 $ fdimage.pl [options] image-file [files...]
 
        options:
          --create           create new image
          -a|--append file   append file
          -l|--list          list files contained in image
          -x|--extract       extract file from image

LIMITATIONS

 - directories are not implemented yet.
 - delete entrty is not imelemented yet.

AUTHOR

YAMASHINA Hio, <hio at cpan.org>

SEE ALSO

IO::DiskImage::Floppy