#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
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
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
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:
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]
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