\Q \E misunderstanding

2004-09-25 Thread Glenn Linderman
I have the following code: my $ftype; { my $assoc = `assoc .html`; $assoc =~ [EMAIL PROTECTED]@@; print assoc: $assoc\n; $ftype = `ftype $assoc`; $ftype =~ [EMAIL PROTECTED]@@; ## this line is referred to below print ftype: $ftype\n; }

Re: \Q \E misunderstanding

2004-09-25 Thread Glenn Linderman
On approximately 9/24/2004 11:53 PM, came the following characters from the keyboard of Glenn Linderman: I have the following code: my $ftype; { my $assoc = `assoc .html`; $assoc =~ [EMAIL PROTECTED]@@; print assoc: $assoc\n; $ftype = `ftype $assoc`;

Re: \Q \E misunderstanding

2004-09-25 Thread $Bill Luebkert
Glenn Linderman wrote: I have the following code: my $ftype; { my $assoc = `assoc .html`; $assoc =~ [EMAIL PROTECTED]@@; print assoc: $assoc\n; $ftype = `ftype $assoc`; $ftype =~ [EMAIL PROTECTED]@@; ## this line is referred to below

Re: \Q \E misunderstanding

2004-09-25 Thread Glenn Linderman
On approximately 9/25/2004 12:30 AM, came the following characters from the keyboard of $Bill Luebkert: Glenn Linderman wrote: I have the following code: my $ftype; { my $assoc = `assoc .html`; $assoc =~ [EMAIL PROTECTED]@@; print assoc: $assoc\n; $ftype =

Re: \Q \E misunderstanding

2004-09-25 Thread $Bill Luebkert
Glenn Linderman wrote: On approximately 9/25/2004 12:30 AM, came the following characters from the keyboard of $Bill Luebkert: Glenn Linderman wrote: I have the following code: my $ftype; { my $assoc = `assoc .html`; $assoc =~ [EMAIL PROTECTED]@@; print assoc: