Hello all,
I am having a problem with memory parenthesis.  In the following piece of
code the pattern matches but the $1 $2 $3 $4 variables are null.  I can tell
the pattern matches because @foo has the line that matches.  Any help would
be greatly appreciated.

@foo = grep(/^"$var",.+,.+,"(.+)","(.+)","(.+)","(.+)",.+$/,@file);
 print "$1 $2 $3 $4";

Thanks.
Chris

Reply via email to