a City
variable, and 'NC' into a state variable. Could someone point me in the
right direction?
regards,
--
William Black
[EMAIL PROTECTED]
next iteration
read lines 5-8. Could someone give me a could starting place?
--
William Black
[EMAIL PROTECTED]
Hello All
I'm tryiing to search and replace in both perl and korn shell.
For Example:
X=G1234V00
I want to replace all occurences of 'V' with 'v' in both perl and korn shell
William Black
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
e (!-e "dal.done") {};
print "dal.done finished\n";
#kill dal process
Win32::Process::KillProcess($pid0,$exitcode);
William Black
_
Express yourself with the new version of MSN Messenger! Download today
system(echo complete > C:\temp7\backup\temp2.done);
William Black
William Black
_
Check out the coupons and bargains on MSN Offers! http://youroffers.msn.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
backup\temp2.pl");
while (!-e "C:\temp7\backup\temp2.done"){}
while (!-e "C:\temp7\backup\temp1.done"){}
close(DAL);
close(STL);
temp1.pl
$i=0;
while ($i<500){$i += 1;}
system(echo complete > C:\temp7\backup\temp1.done);
temp2.pl
$i=0;
while ($i<500){$i += 1;}
system(ech
Hello All,
OS: Windows
I have two perl scripts that need to run at the same time to preform a task.
Using perl how can I run both scripts at the same time on a windows
machine.
Ex) x.pl
y.pl
Regards,
William Black
_
MSN
Hello All,
I have two perl scripts that have to run at the same time on a windows box.
Is there a way in perl to kick off two scripts at the same time?
Regards,
[ stay on-list please, and bottom-post please ]
William Black wrote:
I have two perl scripts that need to be run at the same time
How can you run two processes Simultaneously in Perl?
William Black
_
FREE pop-up blocking with the new MSN Toolbar get it now!
http://toolbar.msn.com/go/onm00200415ave/direct/01/
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Hello All,
I need a regular expression to extract only the number from the below
string. How is this done?
x=G1234v00
Result=1234
William Black
_
Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage!
http
.
The Wall will tell ME to update KSOK.
The Wall will tell ME to update MO.
The Wall will tell ME to update NVUT.
The Wall will tell ME to update OR.
William Black
_
The new MSN 8: smart spam protection and 2 months FREE*
http
t the username and passwd of the remote mach.
$mach = Net::Netrc->lookup('Name');
28:$usr = $mach->login();
#$passwd = $mach->password();
print"The usr is -> $usr\n";
#print"The passwd is -> $passwd\n";
William Black
Hello All,
Does anyone know if perl offers an autoftp module? If they do what is it
and how does it work.
Cheers,
William Black
_
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--
To unsubscribe, e
Hello all,
How do you add a path to @INC?
>From: Michael Fowler <[EMAIL PROTECTED]>
>To: William Black <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Re: loadable object !!
>Date: Tue, 24 Sep 2002 12:21:08 -0800
>
>On Tue, Sep 24, 2002 at 03:0
aborted at ./monitor.pl line 11.
William Black
_
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Does anyone know how to use the file copy module to past files to remote
servers?
i.e.
server 1:x
server 2:y
I want to copy the file named foobar from x to y. Can this be done?
William Black
_
MSN Photos is the easiest way
file(@binfiles){
$marker=0;
$count=0;
while($count <= ($trillium-1)){
if($file eq $array[$count]){
$marker=1;
last;
}
$count++;
}#while
if($marker == 0){print"$fil
,
William Black
_
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
2002 12:24:31 -
>
>on Thu, 11 Jul 2002 12:03:06 GMT, William Black wrote:
>
> > I'm using the open command with the pipe. For some reason this
> > doesn't work. Can anyone tell me why?
> >
> > open(MAIL,"| mail -s $subject $contact[0]->{email}&q
Hi all,
I'm using the open command with the pipe. For some reason this doesn't
work. Can anyone tell me why?
open(MAIL,"| mail -s $subject $contact[0]->{email}") || die "can't create";
William Black
_
Hi all,
Does anyone know about the unix mail command and how to specify who the
message is being sent to and the subject and where the message is from.
Thanks,
William Black
_
Join the worlds largest e-mail service with MSN
ot;To: Primary Contact";
print"Sending mail to: $contact[0]->{name}\n";
my $smtp=Net::SMTP->new('mailserver');
$smtp->mail('');
$smtp->to($contact[0]->{email});
$smtp->data($data);
$smtp->quit;
William Black
__
Hi all,
Quick question.
I have a file that has roughly 100 lines. I want to use the seek function
to seek to the end of the file and read the last line into a var and pring
it out. Can someone help?
Thanks,
William Black
n(LOG,"x.pl");
seek(LOG,0,2); # I thought 2 meant the end of the file.
$line=;
print"$line":
close(LOG);
William Black
_
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/suppor
path/to/the file/
Does anyone know what it's looking for?
William Black
_
Send and receive Hotmail on your mobile device: http://mobile.msn.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
Hi all,
If someone does't have a certain perl module, where might one get it from?
William Black
_
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
-
Hi,
How would someone find out the mailserver in the line below:
my $smtp= Net::SMTP->new('mailserver');
thanks,
William
---
>From: Timothy Johnson <[EMAIL PROTECTED]>
>To: "'William Black'" <[EMAIL PROT
red in the specified file\n";
data .="Please address the problem immediatly\n";
my $smtp= Net::SMTP->new('mailserver');
$smtp->mail('[EMAIL PROTECTED]');
$smtp->(@contact[0]{email},@contact[1]{email});
$smtp->data([$data])
$smtp->quit;
thanks,
Will
receiving the emails can be on a differentOS(i.e windows NT,
ETC).
Thanks,
William Black
_
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
s to accomplish my task. In addition, if there
areany modules please include them.
%contact_info{
name => 'John Smith',
title => 'Hard Worker',
email => '[EMAIL PROTECTED]',
30 matches
Mail list logo