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

NAME

unix2dos -- Converts DOS files to Unix and vice-versa

VERSION

Version 0.02

SYNOPSIS

  use unix2dos ;

  unix2dos filename(s) ;
  dos2unix filename(s) ;

EXPORT

  unix2dos()
  dos2unix()

SUBROUTINES/METHODS

unix2dos

  unix2dos filename(s)

dos2unix

  dos2unix filename(s)

AUTHOR

Michael Fuersich, <michael.fuersich at arcor.de>

BUGS

Please report any bugs or feature requests to michael.fuersich@arcor.de

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc unix2dos

LICENSE AND COPYRIGHT

Copyright 2012 Michael Fuersich.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.