Re: Copy Registry Key With Win32::TieRegistry

2007-06-21 Thread Ewen Marshall
wever it does not create CUser\\Software\\gpass\\new gpass\\consulting room extensions\\. Do I need to save/import $registry? Is there a simpler way of doing this? I have read through the documentation but I'm finding it hard to understand. Any help is very much appreciated. Thanks and rega

Copy Registry Key With Win32::TieRegistry

2007-06-21 Thread Ewen Marshall
Hi Guys, I'm looking to copy a the values of a key from a Win2k or XP registry: HKEY_LOCAL_MACHINE\Software\gpass\new gpass\consulting room extensions to HKEY_CURRENT_USER\Software\gpass\new gpass\consulting room extensions I've tried using the following code with use Win32::TieRegistry; $Regi

Copy Registry Key With Win32::TieRegistry

2007-06-21 Thread Ewen Marshall
Hi Guys, I'm looking to copy a the values of a key from a Win2k or XP registry: HKEY_LOCAL_MACHINE\Software\gpass\new gpass\consulting room extensions to HKEY_CURRENT_USER\Software\gpass\new gpass\consulting room extensions I've tried using the following code with use Win32::TieRegistry; $Regi

RE: Image Dimensions

2007-01-21 Thread Ewen Marshall
Thanks Randy. Removing autoloader allows me to do what I need to do. Thanks to everyone else that responded too. It's very much appreciated. Ewen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Randy J. Ray Sent: 21 January 2007 08:50 To: Perl-Win32-User

Image Dimensions

2007-01-20 Thread Ewen Marshall
Hi Guys, Is there any way of getting gif or jpg dimensions without using modules like Image::size or image::magick? My web host (on a linux box) has predefined modules installed and these 2 modules are not installed. I've tried creating a folder 'Image' and coping Size.pm into that folder and runn

Working Out Dates

2006-09-07 Thread Ewen Marshall
Hi guys, I looking for some help with dates. On a Win2k server I've got a MySQL database (4.1) that stores results from backup's on 80 servers and I want to show a webpage (using Perl 5.8) that shows the last 10 working days (Fri - Mon) results for all 80 servers. The way I'm thinking is to get to

Coping Files Over Domains

2005-02-04 Thread Ewen Marshall
Hi guys,       I’m looking for some help with coping files over domains. At my work we have 92 domains, some trusted, most not, all on the same subnet. I’ve created a back up check that scans the back up log files on each of the 92 PDC’s and emails the result to an email address.