Re: Getting date from a file and writing data to a file . . .

2000-12-13 Thread Alloun, Jonathan
Hello, There is a file with the following info: H23234 2000.12.11 00.15.00 10.254.345.345 H54544 2000.12.12 06.15.00 10.254.345.456 --- = year mm = month dd = day hh = hour mm = minutes ss = seconds >From a perl script I need to read the

RE: Getting date from a file and writing data to a file . . .

2000-12-13 Thread Doug C. Fisher
use arrays and hashes. > -Original Message- > From: Alloun, Jonathan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 13, 2000 4:46 PM > To: [EMAIL PROTECTED] > Subject: Re: Getting date from a file and writing data to a > file . . . > Importance:

RE: Getting date from a file and writing data to a file . . .

2000-12-13 Thread Mike Noel
From: "Doug C. Fisher" <[EMAIL PROTECTED]> > use arrays and hashes. > > From: Alloun, Jonathan [mailto:[EMAIL PROTECTED]] >> >> Hello, >> >> There is a file with the following info: >> >> H23234 2000.12.11 00.15.00 10.254.345.345 >> H54544 2000.12.12 06.15.00 10.254.345.456 And pattern matching:

Re: Getting date from a file and writing data to a file . . .

2000-12-13 Thread Michael D. Schleif
"Alloun, Jonathan" wrote: > > There is a file with the following info: > > H23234 2000.12.11 00.15.00 10.254.345.345 > H54544 2000.12.12 06.15.00 10.254.345.456 > > --- > > > > = year > mm = month > dd = day > hh = hour > mm = minutes > ss

RE: Getting date from a file and writing data to a file . . .

2000-12-14 Thread SCOTT_SISSON
use arrays and hashes. > -Original Message- > From: Alloun, Jonathan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 13, 2000 4:46 PM > To: [EMAIL PROTECTED] > Subject: Re: Getting date from a file and writing data to a > file . . . > Importance: High >