Sudarshan Raghavan wrote:

> 
> You will have to escape the @ and you don't need the /g modifier
> This can be written as
> (my $name = basename($file)) =~ s/\@+$//;

escape the '@' character is unecessary.

david

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

Reply via email to