in reply to Unreferenced scalar?

C:\p2exe\word2txt\debug_word2txt.pl

You aren't using perlcc by any chance? (just guessing from the path name). It's deprecated and never worked properly.

In general it helps to provide the version number of the perl you run and which distribution it is (ActivePerl, Strawberry, Whatever...).

Replies are listed 'Best First'.
Re^2: Unreferenced scalar?
by HamNRye (Monk) on May 19, 2008 at 17:02 UTC
    N:\>perl -v
    
    This is perl, v5.6.1 built for MSWin32-x86-multi-thread
    (with 1 registered patch, see perl -V for more detail)
    
    Copyright 1987-2001, Larry Wall
    
    Binary build 638 provided by ActiveState Corp. http://www.ActiveState.com
    ActiveState is a division of Sophos.
    Built Apr 13 2004 19:24:21
    
    And I generally use perlapp from Active State for deployment.
      perl 5.6.1 is ancient. Seven years is a lot of time in software land. If you can, try to upgrade to 5.8.8 or even 5.10.0.

      There were many fixes for memory handling since 5.6.1, and I wouldn't bother chasing bugs in perl that might have been resolved years ago.

      I honestly don't know if that will fix your problem, but I still consider upgrading worth the effort.