Skip navigation.

Random testing blog

Nothing important to see here. Move on!

Twingly twingly

Testing Twingly support: Swedish article

It's great

foo

Some news, weee!

weee

Without intro

In your face!

With intro

Some intro yo!

Read more...

First watched

1

Testing "hotlinking" (O'Reilly style)

Some link


æøå

Testing to break with code

sub getPost
{
        my %_POST, $r, @parts;
        %_POST = ();
        read( STDIN, $r, $ENV{ "CONTENT_LENGTH" } );
        @parts = split( /\&/, $r);
        foreach my $p (@parts)
        {
                my($n, $v) = split( /\=/, $p);
                $v = uri_decode($v);
                $_POST{ "$n" } = $v;
        }
        return %_POST;
}


#!/usr/bin/perl
package HTTPerl;
use base 'Exporter';

our sub getPost
{
        my %_POST, $r, @parts;
        %_POST = ();
        read( STDIN, $r, $ENV{ "CONTENT_LENGTH" } );
        @parts = split( /\&/, $r);
        foreach my $p (@parts)
        {
                my($n, $v) = split( /\=/, $p);
                $v = uri_decode($v);
                $_POST{ "$n" } = $v;
        }
        return %_POST;
}

our @EXPORT_OK = ('getPost');
our @EXPORT = {'getPost');
1;

Awesome concert

w00t

Fallen

You never feel pain
Download Opera, the fastest and most secure browser
December 2009
M T W T F S S
November 2009January 2010
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31