Enter proxy query:

Examples:
122
    Tally the vote for bill 122.
5554274444 42
    Show how 4274444's vote is cast on bill 42.
5552242759
    Dump data for 2242759.
5554274444 5554271111
    Set 5554274444's default proxy to 5554271111.
5554882222 #
    5554882222 wants no default proxy.
5554274444 5554271111 5554273239
    Set 5554274444's first default proxy to 5554271111 and second to 5554273239. Add as many more as desired.
5555228222 122 1
    Set 5555228222's vote on bill 122 to "Yea."
5558221121 42 0
    Set 5558221121's vote on bill 42 to "Nay."
5554293323 9402 2
    Set 5554293323's vote on bill 9402 to "Abstain."
5552242759 1822 5554274444
    Set 5552242759 to throw proxy on bill 1822 to 5554274444.
5554291178 322 #
    Set 5554291178 to throw proxy on bill 322 to default proxy if any.

The current proxy_data.pl database:

%citizen = (
             '5554293323' => {
                               '122' => '2'
                             },
             '5554882222' => {
                               '122' => '0'
                             },
             '5554335545' => {
                               '122' => '0'
                             },
             '5555291172' => {
                               '322' => '5552242759'
                             },
             '5558221121' => {
                               '42' => '0',
                               '122' => '5555228222',
                               '422' => '0'
                             },
             '5554232342' => {
                               '122' => '0'
                             },
             '5554271111' => {
                               '122' => '0',
                               'proxies' => [
                                              '5554274444'
                                            ]
                             },
             '5554291178' => {
                               '122' => '5554271111'
                             },
             '5554273232' => {
                               '322' => '0'
                             },
             '5552242759' => {
                               'proxies' => [
                                              '5555228222'
                                            ]
                             },
             '5555228222' => {
                               '122' => '1'
                             },
             '5554274444' => {
                               '122' => '5554291178',
                               'proxies' => [
                                              '5554271111',
                                              '5554273232'
                                            ]
                             }
           );