Help for this page
use strict; my $re='.*?(@)((?:[a-z][a-z0-9_]*))(\\[)(\\d+)(\\])'; ... __DATA__ @a = ("'hello world'",'print ', ';'); eval(@a[1] . @a[0] . @a[2]);
use strict; my $code; ... __DATA__ @a = ("'hello world'",'print ', ';'); eval(@a[1] . @a[0] . @a[2]);