Help for this page

Select Code to Download


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