in reply to Enumerate Win32 Fonts

Can't reproduce the error on a windows box here
perl -v This is perl, v5.8.8 built for MSWin32-x86-multi-thread;

perl -c (yourcode).pl (yourcode).pl syntax OK

And output from perl (yourcode).pl is:

Roman (All res) Script (All res) Modern (All res) Small Fonts (VGA res) Arial (TrueType) Arial Bold (TrueType) Arial Bold Italic (TrueType) Arial Italic (TrueType) Courier New (TrueType) Courier New Bold (TrueType) Courier New Bold Italic (TrueType) Courier New Italic (TrueType) Lucida Console (TrueType) Lucida Sans Unicode (TrueType) Times New Roman (TrueType) Times New Roman Bold (TrueType) Times New Roman Bold Italic (TrueType) Times New Roman Italic (TrueType) WingDings (TrueType) Symbol (TrueType) Symbol 8,10,12,14,18,24 (VGA res) ....

Replies are listed 'Best First'.
Re^2: Enumerate Win32 Fonts
by Anonymous Monk on Jan 21, 2008 at 23:48 UTC
    I am having similar problems.

    I am using the cygwin distribution:

    perl -v
    This is perl, v5.8.8 built for cygwin-thread-multi-64int

      What version of TieRegistry? I am using 0.25. Steve

      -------------------------------
      Need a good Perl friendly Host Provider?
      http://www.dreamhost.com

        $VERSION= '0.26'

        Didn't see any explanation in bugs section of the very lengthy documentation, but found (near the bottom) a note, "One disadvantage to this 'default' usage is that Perl does not support checking the module version when you use it."