Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Win32::Perms for ActivePerl 5.12/5.10 x64

by furry_marmot (Pilgrim)
on Oct 14, 2010 at 17:20 UTC ( [id://865314]=note: print w/replies, xml ) Need Help??


in reply to Win32::Perms for ActivePerl 5.12/5.10 x64

I'm using Vista x64, but Perl 5.10 32-bit, due to a couple of modules that haven't been ported to x64 and I was not able to port. I don't have anything particularly performance-dependent going, so I never tried benchmarking the 32-bit Perl versus the x64 build, but I've never noticed any speed problem and never had a problem running the same setup from my old XP box.

Maybe you can use the 32-bit version? For what it's worth.

--marmot

  • Comment on Re: Win32::Perms for ActivePerl 5.12/5.10 x64

Replies are listed 'Best First'.
Re^2: Win32::Perms for ActivePerl 5.12/5.10 x64
by Derek Lin (Novice) on Oct 15, 2010 at 03:03 UTC
    Hi Marmot, Thanks for your reply. My system is required to migrated to Win2008 X64, the Perl scripts is a part of the system, so I don't want my Perl has to keep at the 32 bit version due to this module Win32::Perms, can you please help to give a suggestion which module can replace Win32::Perms and implemented the same function(get/change a file's owner)???
      can you please help to give a suggestion which module can replace Win32::Perms

      Not sure it does what you want but Win32::FileSecurity, which ships with ActivePerl, might be worth checking.
      I was wondering if Set( $filename, \%permisshash ); would enable you to do what you want.

      Cheers,
      Rob
        Hi Rob, after check Win32:FileSecurity, I think it doesn't meet my needs, Win32:FileSecurity is about the file control permission, I want the module can get a file's owner and change a file's owner to another user, any other suggestion? Win32:OLE use VBscript can do this or not?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://865314]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-26 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found