Build Mirror Directory Structure

2003-06-18 Thread Mike Garner
dir(), readdir() commands? ~Mike ------ Mike Garner Western State College Email: [EMAIL PROTECTED] Voice: 970-943-3123 Fax: 970-943-7069 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem with While condition in file upload

2003-02-09 Thread Mike Garner
Hello all- I'm trying to write a script that will upload a file from a web page and store that file on the web server. I've snipped out the piece of code below that's supposed to do this for me. This is running under use CGI ':standard'; use strict; and use warnings without any errors. # $file

Re: Win32::AdminMisc Help!

2002-07-10 Thread Mike Garner
with visual studio) and do > >nmake >nmake test >nmake install > >If you're still having problems then please ask. > >Thanks >Nigel > > >>> Mike Garner <[EMAIL PROTECTED]> 07/10/02 12:04am >>> >I've got a script that uses Win32::

Win32::AdminMisc Help!

2002-07-09 Thread Mike Garner
I've got a script that uses Win32::AdminMisc from www.roth.net and when I originally installed the module on Win2K/ActiveState with ppm it worked fine. I need to reinstall the module and www.roth.net appears to be down. When I use ppm to perform the install the install fails with this error:

PERL and Win2K User Administration

2002-06-26 Thread Mike Garner
hanks a lot in advance. ~Mike ------ Mike Garner Western State College Email: [EMAIL PROTECTED] Voice: 970-943-3123 Fax: 970-943-7069 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Return multiple arrays

2002-02-05 Thread Mike Garner
ub2 { my(@array5,@array6,@array7,@array8); @array5=@_; do three processes with @array5 and store results in arrays 6-8; return(@array6,@array7,@array8); } ------ Mike Garner Western State College Email: [EMAIL PROTECTED] Voice: 970-94

Getting System Output in Variable

2002-01-14 Thread Mike Garner
; command specifically but any system command that returns some output. Thanks alot! -Mike ------ Mike Garner Western State College Email: [EMAIL PROTECTED] Voice: 970-943-3123 Fax: 970-943-7069 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]