Using non-standard characters...

2002-10-23 Thread Fogle Cpl Shawn B
Sorry about the incorrect syntax's, I'll put a little more time into preparing my question before I send out another one. The problem is now fixed though. Thanks for your help, shawn -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using non-standard characters...

2002-10-22 Thread Michael Fowler
On Tue, Oct 22, 2002 at 09:22:04AM +0300, Fogle Cpl Shawn B wrote: > my $i = /mnt/disk/sound/high_quality/how_now_brown_cow_ain't_happenin.flac; > > if ( /[']/ ) { > link /tmp/tmp_music_file $i; > system flac qq(flac -c -d /tmp/tmp_music_file | rawplay); > } > This is a very crude example (the syn

RE: Using non-standard characters...

2002-10-22 Thread Fogle Cpl Shawn B
enames their files. And yes I know ain't ain't a word =) thanks in advance shawn fogle p.s. maybe a regexp to substitute would work...something like s/[']/[\']/g but it doesn't seem to work..anyone? -Original Message- From: Jenda Krynicky [mailto:Jenda@;Krynic

Re: Using non-standard characters...

2002-10-21 Thread Jenda Krynicky
From: Fogle Cpl Shawn B <[EMAIL PROTECTED]> > I'm having a little problem with some of my filenames that have ' in > them (I would enclose it in quotes but that would probably confuse > things). And it never makes it beyond that point in the filename when > running the script. I

Using non-standard characters...

2002-10-21 Thread Fogle Cpl Shawn B
I'm having a little problem with some of my filenames that have ' in them (I would enclose it in quotes but that would probably confuse things). And it never makes it beyond that point in the filename when running the script. I have thought of makeing a link to a temp file with a better name (some