Content-Type: text/html
Content-Length: 2646
Empty hash ($a[^hash::create[]])
first:last='':''
first_key:last_key='':''
One element was added ($a.1[a])
first:last='a':'a'
first_key:last_key='1':'1'
One element was deleted (^a.delete[1])
first:last='':''
first_key:last_key='':''
One element was added ($a.1[a])
first:last='a':'a'
first_key:last_key='1':'1'
Hash with 5 elements ($a[ $.1[a] $.2[b] $.3[c] $.4[d] $.5[e] ])
first:last='a':'e'
first_key:last_key='1':'5'
The last element was deleted (^a.delete[5])
first:last='a':'d'
first_key:last_key='1':'4'
The first element was deleted (^a.delete[1])
first:last='b':'d'
first_key:last_key='2':'4'
One element was added at the end ($a.5[e])
first:last='b':'e'
first_key:last_key='2':'5'
One element was added at the middle ($a.3[cc])
first:last='b':'e'
first_key:last_key='2':'5'
_at on hash with 5 elements ($a[ $.1[a] $.2[b] $.3[c] $.4[d] $.5[e] ])
^a._at(0)=a
^a._at(1)=b
^a._at(2)=c
^a._at(3)=d
^a._at(4)=e
^a._at(-1)=e
^a._at(-2)=d
^a._at(-3)=c
^a._at(-4)=b
^a._at(-5)=a
^a._at(0)[key]=1
^a._at(1)[key]=2
^a._at(2)[key]=3
^a._at(3)[key]=4
^a._at(4)[key]=5
^a._at(0)[value]=a
^a._at(1)[value]=b
^a._at(2)[value]=c
^a._at(3)[value]=d
^a._at(4)[value]=e
^a._at(0)[hash]='1':'a'
^a._at(1)[hash]='2':'b'
^a._at(2)[hash]='3':'c'
^a._at(3)[hash]='4':'d'
^a._at(4)[hash]='5':'e'
The first element was replaced ($a.1[b&b])
^a._at[first;hash]='1':'b&b'
^a._at(0)[key]=1
^a._at(0)[value]=b&b
^a._at(0)[hash]='1':'b&b'
One element was added at the end ($a.100[^taint[d&d]])
^a._at(5)[key]=100
^a._at(5)[value]=d&d
^a._at(5)[hash]='100':'d&d'
^a._at[last;hash]='100':'d&d'
^a._at[]=native method of 'array' accepts minimum 1 parameter(s) (0 present)
^a._at[first;key;hren]=native method of 'array' accepts maximum 2 parameter(s) (3 present)
^a._at(1){code}=type must be string (parameter #2)
^a._at(1)(true)=is 'bool', it has no string representation
^a._at[hren]=whence must be 'first', 'last' or expression
^a._at[first][hren]=type must be 'key', 'value' or 'hash'
^a._at[last][hren]=type must be 'key', 'value' or 'hash'
^a._at(1)[hren]=type must be 'key', 'value' or 'hash'