file and dir time stamps

2005-01-03 Thread Thomas Browner
I have a hard time writing a script that look at file and directories time and date stamp then delete any thing that is so many days old. if someone would give me a good starting point. Thanks Thomas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

folder size

2002-11-08 Thread Thomas Browner
Can some one tell me how to get the folder in perl. I will getting this from windowns nt. Thomas

file editting

2002-11-13 Thread Thomas Browner
I there away to edit a file in perl? This is what is I am trying to do. I have a file that I want to remove some content. This is an example of a line: ! 6134.21 3200 SUB-TOTAL: M:\alvin I want to remove the ! and SUB-TOTAL. I hope some one can tell me an simple way of doing t

disk stats

2002-12-12 Thread Thomas Browner
Is there away that I can get disk stats from a windows machine using perl? Thomas Browner

remote hard drive stat

2002-12-16 Thread Thomas Browner
Is there away that I can get remote hard drive stat from windows box? Thomas

FW: remote hard drive stat

2002-12-17 Thread Thomas Browner
How do I go about installing the Win32-DriveInfo in perl under windows since there are no ppm packages? Thomas Browner Digidyne, Inc Technical Engineer (251)479-1637 -Original Message- From: Nigel Peck - MIS Web Design [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 3:42 PM

FW: remote hard drive stat

2002-12-17 Thread Thomas Browner
Thanks for your help. Could some one tell me where I could find some good examples on how to use Win32-DriveInfo? Thomas Browner Digidyne, Inc Technical Engineer (251)479-1637 -Original Message- From: NYIMI Jose (BMB) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 10:41 AM

can not make html doc's

2002-12-18 Thread Thomas Browner
/bin/pod2html. Can some one tell me how to fix this. Thomas Browner

Thanks

2002-12-18 Thread Thomas Browner
I would like thank all the people on this list that has been help. Thomas

write to file

2003-01-16 Thread thomas . browner
How can I write to a file in perl. Thomas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

write to file

2003-01-17 Thread Thomas Browner
How do I use perl to write to a file? Thomas

changing passwords on nt

2003-02-07 Thread Thomas Browner
Is there a way to use perl to change nt password. If so could some tell me how to do it. Thomas

variable from command line

2003-02-07 Thread Thomas Browner
Is there away for perl enter an variable from the command line. For example: ./test.pl tom Thomas Browner

nt event log

2003-02-12 Thread Thomas Browner
Could some one give me example of how to print out nt event log's to an file or screen. Thomas

hostname

2003-12-04 Thread Thomas Browner
Is there away to find all of the hostname on a lan with use of perl? Thanks, Thomas

goto command

2004-01-29 Thread Thomas Browner
Does perl have a goto command. For example if you tell scrip to do something and it returns a 1 then it should go to a block of code that does something else. Thanks, Thomas Browner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <h

net-whois

2003-03-05 Thread Thomas Browner
Can some on tell me where I can find doc on net-whois mod or example script that I can look at. Thomas

test

2003-03-06 Thread Thomas Browner
test

whois

2003-03-06 Thread Thomas Browner
Can some tell me what is a good whois mod for perl that works with activestate? Thomas Browner Digidyne, Inc Technical Engineer (251)479-1637

net-whois help

2003-03-10 Thread Thomas Browner
Can some one help me with the net-whois mod? This is my problem I can not find any documentation on how to use net-whois. If some one lead me to some please. I will be using with activesate. Thank you, Thomas

help with whois code

2003-03-17 Thread Thomas Browner
Could some one help me with this code. Every time that I this code: use Net::Whois; use Carp; $dom ="digidyne.com"; my $w = new Net::Whois::Domain $dom or die "Can't connect to Whois server\n; unless ($w->ok) { croak "No match for $dom";} print "Domain: ", $w->domain, "\n"; print "Nam

perl and tk

2003-08-29 Thread Thomas Browner
Can some one tell me where I can find a good how to on perl and tk. Thomas Browner Digidyne, Inc Technical Engineer (251)479-1637

help if than else statement

2003-09-04 Thread Thomas Browner
Can some one tell me way this does not work. if (@ARGV[0] = "-q"){print "it worked\n";} else {print "it did not work\n";} if I use a -w instead of -q it still prints it worked. Thomas Browner Digidyne, Inc Technical Engineer (251)479-1637

labeled blocks

2003-09-08 Thread Thomas Browner
Could some one show me an example of a labeled block (goto)? Thanks Thomas

how to find domain user group

2004-04-07 Thread Thomas Browner
Hi, can tell me how to find the windows user group for the current user that is logged on to pc. I am not looking the the local user group but the domain user group. Thanks Thomas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

windows user group

2004-04-08 Thread Thomas Browner
Hi, I am working a project the requires me to get the group name of a user on a windows domain. Can someone tell me were to start looking. Thanks Thomas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

make perl scripts in to .exe and a services

2004-07-06 Thread Thomas Browner
Is there away to make a perl scripts in to a .exe and a services for free. -- *Thomas * -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

directory and files

2004-07-12 Thread Thomas Browner
Can someone help me with this scrip that I am writing. I am trying to get file and directory create date and if it is 7 days old then delete it. I hoping someone can point me to a starting point. Thanks *Thomas * -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA