Hello,
I make a program which need to matching pattern of a scalar.
I write it as:

 $list = $find =~ \/$scalar\;

but, i get error when execute it as:
"Search pattern not terminated at  line 12"

then how i matching a scalar variable?

Regards,
Aza



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to