[EMAIL PROTECTED] (Prasad Karpur) wrote:

> Is there a similar operator in Perl for ${variable##pattern} as there
> is in korn shell. 

Not knowing korn shell, i'm not sure if this is what you want, but there is 
a Pattern Matching Operator in perl, and it is the "m//" operator.

Look at perldoc perlop and search for the section named "Regexp Quote-Like 
Operator".

-- 
Zanardi2k3

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

Reply via email to