Re: match basename file and s / / /;

2005-08-04 Thread John W. Krahn
Brian Volk wrote: > Hi All~ Hello, > my program below is not returning any errors but nothing is happening to the > .txt files like I hoped. Can someone pls take a look and let me know what > I'm doing wrong. > > - Thank you! > > # If there is a .pdf file and a matching .txt file,

Re: match basename file and s / / /;

2005-08-04 Thread Brian Volk
Adam Wuellner <[EMAIL PROTECTED]> wrote: > > On 8/4/05, Brian Volk <[EMAIL PROTECTED]> wrote: > > for now it's back to the drawing board and waiting for that light in my head > > to go off! :~) > > Brian, > > I took the last script you posted and re wrote it the way I would have > gone abo

Re: match basename file and s / / /;

2005-08-04 Thread Adam Wuellner
On 8/4/05, Brian Volk <[EMAIL PROTECTED]> wrote: > for now it's back to the drawing board and waiting for that light in my head > to go off! :~) Brian, I took the last script you posted and re wrote it the way I would have gone about it. It doesn't use in-place editing, or @ARGV, because I don'

RE: match basename file and s / / /;

2005-08-04 Thread Brian Volk
> -Original Message- > From: Jay Savage [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 04, 2005 12:46 PM > To: Brian Volk; beginners perl > Subject: Re: match basename file and s / / /; > > > On 8/4/05, Brian Volk <[EMAIL PROTECTED]> wrote: > >

Re: match basename file and s / / /;

2005-08-04 Thread Jay Savage
On 8/4/05, Brian Volk <[EMAIL PROTECTED]> wrote: > > [snip] > Thank you for the reply but I don't think I understand.. The .txt files > that I am loading into @ARGV are the files that I want to open and > substitute the URL for a local path I thought that I had to include the > foreach $text

RE: match basename file and s / / /;

2005-08-04 Thread Brian Volk
> -Original Message- > From: John Doe [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 04, 2005 8:03 AM > To: beginners@perl.org > Subject: Re: match basename file and s / / /; > > > Brian Volk am Mittwoch, 3. August 2005 17.50: > > Hi All~ > > &

Re: match basename file and s / / /;

2005-08-04 Thread John Doe
Brian Volk am Mittwoch, 3. August 2005 17.50: > Hi All~ > > my program below is not returning any errors but nothing is happening to > the .txt files like I hoped. Can someone pls take a look and let me know > what I'm doing wrong. > > - Thank you! > > # If there is a .pdf file and a matc