[EMAIL PROTECTED] wrote: > C:\scripts>backup_logs.exe > Can't call method "Clone" on an undefined value at > /PerlApp/Win32/TieRegistry.pm line 146. > BEGIN failed--compilation aborted at backup_logs.pl line 16. > > Line 16 is the closing ); > > Any ideas? >
I recall I had the same problem a while back, cant remomber what script or module it was, but the same thing, it would run fine until I made an exe from it then it complained about a missing mdule. The way I fixed it was I added in a 'use module;' to the script. I think some module was needed, to access its functions, and once you compile the scipt it no longer can. P.S. there is a module called Clone: Clone [0.15] recursively copy Perl datatypes Suck 'em and see, it cant hurt :-) -- DISCLAIMER: The information contained in this email and in any attachments is confidential and is designated solely for the attention and use of the intended recipient(s). If you are not the intended recipient(s) of this email you must not use, disclose, copy, distribute or retain this message, the attachment(s) or any part thereof. If you believe that you have received this email in error please notify us immediately at the address set out below. Please also delete all copies of this email and any attachment(s) from your computer system. Unless expressly stated this email is not intended to create any contractual relationship. If this email is not sent in the course of the senders employment or fulfilment of his/her duties to Aer Rianta, Aer Rianta accepts no liability whatsoever for the content of this message or any attachment(s). [EMAIL PROTECTED] Aer Rianta, Head Office, Dublin Airport _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
