re: File Parsing

2006-01-22 Thread William Black
a City variable, and 'NC' into a state variable. Could someone point me in the right direction? regards, -- William Black [EMAIL PROTECTED]

re: File Parsing Question

2006-01-22 Thread William Black
next iteration read lines 5-8. Could someone give me a could starting place? -- William Black [EMAIL PROTECTED]

re: Search And Replace

2005-01-07 Thread William Black
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

re: Win32::Process

2004-05-12 Thread William Black
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

re: Piped input

2004-05-10 Thread William Black
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

re: Opening with a pipe

2004-05-10 Thread William Black
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

re: two perl scripts @ the same time

2004-05-06 Thread William Black
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

Running two processes at the same time on Windows

2004-05-06 Thread William Black
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

re: Running two process simultaneously

2004-05-05 Thread William Black
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

re: Extracting number from string

2004-05-03 Thread William Black
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

re: Help

2003-08-14 Thread William Black
. 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

re: NET::Netrc

2002-09-30 Thread William Black
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

re: autoftp

2002-09-27 Thread 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

Re: How do you add a path to @INC

2002-09-24 Thread William Black
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

re: loadable object !!!!!!

2002-09-24 Thread William Black
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]

re: FILE COPY

2002-09-23 Thread William Black
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

re: little help

2002-07-25 Thread William Black
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

re: directory scanning

2002-07-25 Thread William Black
, 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]

re: open command

2002-07-11 Thread William Black
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

re: open command

2002-07-11 Thread William Black
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 _

re: unix mail

2002-07-10 Thread 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 world’s largest e-mail service with MSN

RE: SMTP Module

2002-07-10 Thread William Black
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 __

re: seek function

2002-07-09 Thread 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

RE: seek function call

2002-07-09 Thread 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

RE:Path

2002-07-08 Thread William Black
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

re: perl modules

2002-07-08 Thread William Black
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 -

RE: Few More Questions

2002-07-08 Thread William Black
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

RE: Few More Questions

2002-07-08 Thread William Black
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

RE: Few Questions

2002-07-08 Thread William Black
receiving the emails can be on a differentOS(i.e windows NT, ETC). Thanks, William Black _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Quick question.

2002-07-05 Thread William Black
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]',