Getting a dir list (Why does this happen)

2006-05-03 Thread Roman Hanousek
#Start test.pl use strict; # test.pl is saved in c:/work/temp my $testDir = "c:/work/temp"; opendir(DIR, $testDir ); my $file = grep { /st.pl$/ } readdir(DIR); closedir(DIR); print "blah1: [[[" . $file ."]]]\n" ; print "blah2: [[[" . "$file" ."]]]\n" ; opendir(DIR, $t

Unix solaris Scripting

2006-01-10 Thread Roman Hanousek
Hi All I am trying to come up with a way of automating Soraris packages through my perl script. The problem I am having is that in the middle off the package install I get asked to overwrite a bunch of files. What I am not sure of is how to capture the response and then send an answe

Regular Expressions - multiplelines

2004-07-25 Thread Roman Hanousek
Hi I have a txt file that contains the following info: Text start here $/Dev/something/something.com/blah1: default.asp userExc 26/07/04 1:42p [TEST-DEV]F:\content\blah\wwwroot\blah1 $/Dev/something/something.com/something: test.asp

Regular Expresssion - Matching over multiple lines

2004-05-17 Thread Roman Hanousek
Hi All I have bunch of files that contain code like this: What I am trying to do is match then check that this piece of code contains a alt= tag. And if it doen't print the lines where it's missing to screen or file. Cheers any help appreciated. -- To unsubscribe, e-mail:

File Attributes

2002-02-07 Thread Roman Hanousek
I can't remember how, But how do i change the attribute of a file from read only to writable and then back gain. Thanks Roman -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Has any one been able to talk to a Visual Source Safe Database

2001-11-21 Thread Roman Hanousek
Hi All Looking for any info on how to make perl talk to visual source safe V6.0a if it's even possible. I would like to be able to pull out the details for each file. The history, pinning and some other stuff. Thank Roman -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e