Re: Perl crash using Win32::AdminMisc::GetFileInfo

2003-02-06 Thread Sisyphus
- Original Message - From: "Gerber, Christopher J" <[EMAIL PROTECTED]> > Rob, > > Thanks for getting back to me. I was a little worried when I looked back > and realized what a mess that message was! When I right-click/Properties > and click on the version tab I can see that the File

RE: Perl crash using Win32::AdminMisc::GetFileInfo

2003-02-06 Thread Gerber, Christopher J
a trend. Chris > -Original Message- > From: Sisyphus [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 06, 2003 4:53 PM > To: Gerber, Christopher J > Cc: [EMAIL PROTECTED] > Subject: Re: Perl crash using Win32::AdminMisc::GetFileInfo > > > Hi, > > There

Re: Perl crash using Win32::AdminMisc::GetFileInfo

2003-02-06 Thread Sisyphus
Hi, There's a post on comp.lang.perl.modules asking about the same thing - only, this time, in regard to 'sqlserver.exe'. Not all files carry any of the info being sought. Perhaps it's just that these 2 files are in that category, and the error is simply these files' way of responding to the requ

Perl crash using Win32::AdminMisc::GetFileInfo

2003-02-04 Thread Gerber, Christopher J
All, I'm having a strange problem using the function Win32::AdminMisc::GetFileInfo. For most files it seems to work fine, but by simply changing the filename, I can get Perl to crash. Here's are the minimal code samples to reproduce the problem: --8<--WORKING CODE-->8---