my $tmp = 0; # Make $tmp 0. $i ++; # Increment $i. print "hello"; # Print 'hello' to the screen. #### # Capture what's between brackets, # omitting leading white space. /\[\s*([^\]]+)/; #### # Capture the wiki-link. /\[\s*([^\]]+)/;