in reply to Re^2: how much memory each Perl variable uses
in thread how much memory each Perl variable uses
Maybe Devel::Size can't work on Cygwin? (Strange, but possible...)
It only inspects Perl's internal structures, so should run anywhere Perl does, but since I don't use Cygwin, I neither know nor care.
Why not run your script native for the purposes of solving your problem? Either on a native *nix platform if that's your target and your reason for using Cygwin (though developing under an emulator is a silly idea). Or native Win32 if that your target. (If so, why use the emulator?)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: how much memory each Perl variable uses
by amir_e_a (Hermit) on Sep 09, 2009 at 12:04 UTC | |
by BrowserUk (Patriarch) on Sep 09, 2009 at 12:23 UTC |