in reply to Re: (jeffa) Re: Deepcopy of complex structures.
in thread Deepcopy of complex structures.

http://ppm.activestate.com/PPMPackages/zips/6xx-builds-only/Clone.zip seems to have the stuff to install on Windows... but no makefile.

I think all PPM does is copy these files to the right place, so maybe you can download the zip file and do the same thing my (working) PPM 2 did:

C:\>ppm PPM interactive shell (2.1.5) - type 'help' for available commands. PPM> install Clone Install package 'Clone?' (y/N): y Installing package 'Clone'... Bytes transferred: 5252 Installing D:\Perl\site\lib\auto\Clone\Clone.bs Installing D:\Perl\site\lib\auto\Clone\Clone.dll Installing D:\Perl\site\lib\auto\Clone\Clone.exp Installing D:\Perl\site\lib\auto\Clone\Clone.lib Installing D:\Perl\site\lib\Clone.pm Installing D:\Perl\site\lib\auto\Clone\autosplit.ix Writing D:\Perl\site\lib\auto\Clone\.packlist
Note: I've never actually tried this.

Replies are listed 'Best First'.
Re: Re: Re: (jeffa) Re: Deepcopy of complex structures.
by grantm (Parson) on Jan 21, 2003 at 03:42 UTC

    I'm pretty sure you're right - finding the zip file on ActiveState's site, downloading it, unpacking it and manually copying the files to \Perl\Site\lib will almost certainly work.

    However, dash2's suggestion to use Storable (first response) was a good answer and Storable is bundled with ActivePerl.