Re: SIMPLE SEARCH AND REPLACE

2004-05-04 Thread James Edward Gray II
On May 4, 2004, at 1:40 PM, Madhu Reddy wrote: Gary, Close, but not quite. Glance at that name again. ;) Thanks for your response.. those variables are only one for file.. say file1 have only and file 2 have only like this i have 100 files... i want a common search and replace to replace <*

Re: SIMPLE SEARCH AND REPLACE

2004-05-04 Thread Madhu Reddy
Gary, Thanks for your response.. those variables are only one for file.. say file1 have only and file 2 have only like this i have 100 files... i want a common search and replace to replace <*_IFILE> with new value.. i have common one like in all the files, for this i am doing following

Re: SIMPLE SEARCH AND REPLACE

2004-05-04 Thread James Edward Gray II
On May 4, 2004, at 10:54 AM, Madhu Reddy wrote: Hi, in a file, I have following variables, I want to replace those variables with values basically i want to replace all <*_IFILE> with some value say file.txt How to do this in perl ? If memory isn't an issue, the easy way is to load a has

SIMPLE SEARCH AND REPLACE

2004-05-04 Thread Madhu Reddy
Hi, in a file, I have following variables, I want to replace those variables with values basically i want to replace all <*_IFILE> with some value say file.txt How to do this in perl ? Thanks __ Do you Yahoo!? Win a $2

Simple Search (Hit List)

2002-06-24 Thread FlashGuy
Hello, I require a simple search (hit list) for my website. Its done in ASP. Are there any scripts that I could download and easily add it to my site? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Simple Search

2002-06-19 Thread Ramprasad A Padmanabhan
eval('push(@ret ,"$dir/$f") if($f=~/' . $regexp .'/)'); warn $@ if($@ && $@!~/^Warning: something/); } } return @ret; } Phumes1 wrote: > > Hi, > > I want to add a simple search to my web page that will search all .asp > pa

Simple Search

2002-06-18 Thread phumes1
Hi, I want to add a simple search to my web page that will search all .asp pages from the root directory. Does anyone know where I can get a nice one? I've seen a few but couldn't get them to wor