in reply to Re^2: Converting .doc files to .pdf using perl
in thread Converting .doc files to .pdf using perl

> > Just to make sure I need to use only Perl no other stuff

OK ...

DB<100> $_="files.doc" DB<101> tr/cdo/fpd/ DB<102> print files.pdf

... done! :)

> Preferably without the need for a computer.

We could train rats ...

Cheers Rolf