Re: Reg : Browser Back Button

2008-11-04 Thread op
Hello, On Nov 3, 12:45 pm, [EMAIL PROTECTED] (Andrew Curry) wrote: > Actually using javascript it is possible although probably not > recommended and again can not be guaranteed to work on all browsers. even with javascript you can't catch a back-button click as such. You can catch it via the unl

Re: Question on regexp grouping/capturing

2008-08-04 Thread op
|(id)="(\S+)"/g translates to : either match the string "lang" and nothing else _or_ match the other, longer part of the regexp Thanks, and sorry I made you write quite a bit more than was actually necessary to help me. On 4 elo, 13:28, [EMAIL PROTECTED] (Op) wro

Question on regexp grouping/capturing

2008-08-04 Thread op
nd perlretut, but didn't find anything that would have made me understand this. Thanks in advance, -op -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

MIME::QuotedPrint - extra '=' and linebreak?

2008-06-29 Thread op
ORDER: =?iso-8859-15?q?$encoded?= \n\n"; print MAIL "Sent on $date, $time.\n"; #FORMAT AND WRITE MAIL MESSAGE MAIN CONTENT for(keys %data) { print MAIL "_"x60,"\n"; print MAIL ucfirst $_,":\n\t"; print MAIL "$_\n$data{$_}\n"; print MA