$VAR1 = {
    'css'         => ignore(),
    'page'        => ignore(),
    'currentpage' => {
        'location' => [
            {
                'name'  => 'Right',
                'block' => [
                    {
                        'blockid'        => ignore(),
                        'location'       => 'Right',
                        'order'          => ignore(),
                        'Authentication' => ignore(),
                    }
                ]
            },

            {
                'name'  => 'Left',
                'block' => [
                    {
                        'blockid'   => ignore(),
                        'location'  => 'Left',
                        'order'     => ignore(),
                        'MyProcess' => ignore(),
                    }
                ]
            },
            {
                'name'  => 'Center',
                'block' => [
                    {
                        'blockid'        => ignore(),
                        'location'       => 'Center',
                        'order'          => ignore(),
                        'Authentication' => ignore(),
                    },
                    {
                        'blockid'   => ignore(),
                        'location'  => 'Center',
                        'order'     => ignore(),
                        'MyProcess' => ignore(),
                    },

                ]
            },
        ],
        'clipboard' => ignore(),
        id          => ignore(),
        name        => 'JohnTestThree',
        description => ignore(),
    },
    'version' => ignore(),
};
