I have a few comments regarding your
solution:
1. Use the functions index and substr to
find the part of the input before , between and after <% and %>. This is
going to be much faster and less memory hungry.
2. You will get into trouble with the
following piece of code:
<% print "This
>Look at either Win32::Perms or Win32::FileSecurity modules.
I faced the same issue a few years ago. I was however in the position being
able to program the tools in C. You can find
http://peter.verhas.com/progs/c/nt/owner/index.html
setowner and getowner in C format and in binary EXE for the X86
Dermot Paikkos wrote:
> Hi there,
>
> SYS stuff: Active perl 626 on Win32.
>
> I want to get the volume name of a CD ROM. I have tried stat and
> lstat but this doesn't return the volume label/name.
>
> Do I need to install a module for this or can it be scripted? If it's the
> latter, what
I am interested on this subject. I have downloaded and installed ActiveState Perl
5.6.1 but I don't have either one of these two packages. Do I need to
separately download and install them and if yes, where can I find them?
Thanks,
--tassos
Look at Unicode::MapUTF8, Unicode::Map.
I use Unicode::
Have a look at the Win32::API module.
-Original Message-
From: Craig R. Hill [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 26, 2002 3:17 AM
To: [EMAIL PROTECTED]
Subject: perl interface to dll's
Hi,
I would like to link in some 3rd party toolkits into my perl scripts, via
dll's or