From: "Dr.Ruud" <[email protected]>
On 2012-09-20 09:08, Octavian Rasnita wrote:my ( $file_name ) = $data =~ /([^\\]+)$/g;No need for that g-modifier. -- Ruud
Yes, you are right. I added it by mistake. Octavian -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
