http://qs321.pair.com?node_id=733783


in reply to Re^2: Debugger problem in 5.10
in thread Debugger problem in 5.10

Then use lock_nstore and do not rely on any data stored another way, ported to your new computer. Not in a config file not via a database ,... and so on.
Boris

Replies are listed 'Best First'.
Re^4: Debugger problem in 5.10
by duoxi (Initiate) on Jan 02, 2009 at 16:34 UTC
    I am sorry but I do not understand. I am not porting stored data. The data is newly created on the new computer. I just use Storable for serialization of a temporary storage area. There is no movement of data between machines. The data stored is created on the same computer it is stored, and it is again read on the same computer. D.