RE: prefix to file name

2003-03-01 Thread jimf
On Sat, 01 Mar 2003 02:52:30 -1000, Beau E. Cox wrote: > Hi - did you miss my reply? erno, notice the date, I tried to post to the group a late yesterday before I'd subscribed, some kind of backlog I presume, sorry for any inconvenience to all. jimf >> -Original Message-

RE: creating prefixes to open a file

2003-03-01 Thread jimf
You beau[ty], thanks for that one, will post finished script for group assimilation, thanks again, jimf On Sat, 01 Mar 2003 01:21:07 -1000, Beau E. Cox wrote: > Hi - > >> -Original Message----- >> From: jimf [mailto:[EMAIL PROTECTED] >> Sent: Saturday, March 01, 200

prefixes in file opening

2003-03-01 Thread jimf
] # #!/usr/local/bin/perl -w #credits.pl $prefix = "/home/jimf/Desktop/"; open(PRNT, "+< $prefix, file.ini") or die "Opening: $!"; @ARRAY =

prefix to file name

2003-03-01 Thread jimf
I am trying to add a prefix to a file open, pointers or advice would be appreciated. Here is my code, cut- #!/usr/local/bin/perl -w $prefix = "/home/jimf/Desktop/"; open(PRNT, "+< $prefix, file.ini") or die "Opening: $!"; @ARRAY = ; print "@ARRAY"

creating prefixes to open a file

2003-03-01 Thread jimf
] # #!/usr/local/bin/perl -w #credits.pl $prefix = "/home/jimf/Desktop/"; open(PRNT, "+< $prefix, file.ini") or die "Opening: $!"; @ARRAY =

Re: need help to output to screen and file simultaneously

2002-02-17 Thread jimf
Jeff 'Japhy' Pinyan wrote: > > On Feb 17, jimf said: > > >This little script is one of my first attempts with perl, it works ok > >but I would also like to capture the output to file. Help appreciated. > >Would also appreciate constructive criticism of the

need help to output to screen and file simultaneously

2002-02-17 Thread jimf
\n";     while(){             print if /\b$string\b/i;     }     close(LOG); cheers jimf -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]