Re: code references - how to

2008-06-11 Thread Dermot
2008/6/11 Rob Dixon <[EMAIL PROTECTED]>: > Dermot wrote: >> Hi All, ..snip >> So how do you create a code reference in this context, should I create >> a code reference or use something else and what should I be test the >> hash values for? >> Thanx in advance. >> Dp. >> >> >> >> #!/usr/bin/perl

Re: code references - how to

2008-06-10 Thread Rob Dixon
Dermot wrote: > Hi All, > > I was have to create a script to search and find files. The files will > end in 'a.txt', 'b.txt', 'c.txt', so a record could have 123a.txt, > 123b.txt, 123c.txt. > > There may be lots of ways to achieve my goal but I got curious about > how to create a structure that,

Re: code references - how to

2008-06-10 Thread Jenda Krynicky
From: Dermot <[EMAIL PROTECTED]> > I was have to create a script to search and find files. The files will > end in 'a.txt', 'b.txt', 'c.txt', so a record could have 123a.txt, > 123b.txt, 123c.txt. > > There may be lots of ways to achieve my goal but I got curious about > how to c

Re: code references - how to

2008-06-10 Thread John W. Krahn
Dermot wrote: Hi All, Hello, I was have to create a script to search and find files. The files will end in 'a.txt', 'b.txt', 'c.txt', so a record could have 123a.txt, 123b.txt, 123c.txt. There may be lots of ways to achieve my goal but I got curious about how to create a structure that, for

code references - how to

2008-06-10 Thread Dermot
Hi All, I was have to create a script to search and find files. The files will end in 'a.txt', 'b.txt', 'c.txt', so a record could have 123a.txt, 123b.txt, 123c.txt. There may be lots of ways to achieve my goal but I got curious about how to create a structure that, for each record would store th