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