Well it's AFAIK ;)
As Far As I Know
Jan Chorowski
On Mon, 24 Sep 2007 22:11:44 +0530
Somu <[EMAIL PROTECTED]> wrote:
> What does it mean? AFAIK? I have seeing it a lot.. Earlier i've been
> seeing the HTH, and a guess gave the answer.. But this one, AFAIK...
> Are
Hi,
I can't understand why the following regexp matches. It was part of a
larger program transformig c++ files:
When running:
#!/usr/bin/perl
"dummy dummy { ;" =~
m{(
^(
[^;{}]
(?> #<--- disable backtracking
(\s|\\\n)* # treat escaped \n as space
(// ([^