-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrrrr
32 lines (32 loc) · 958 Bytes
/
rrrr
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
32
$VAR1 = [
{
'lang' => 'Perl',
'content' => 'test',
'updated_on' => '2011-05-24 21:04:59',
'created_on' => '2011-05-24 21:04:59',
'user_id' => 2,
'title' => 'test',
'id' => 53,
'poster' => undef
},
{
'lang' => 'Perl',
'content' => 'testtest',
'updated_on' => '2011-05-24 21:05:03',
'created_on' => '2011-05-24 21:05:03',
'user_id' => 2,
'title' => 'test',
'id' => 54,
'poster' => undef
},
{
'lang' => 'Perl',
'content' => 'testtest lol u cant delete me',
'updated_on' => '2011-05-24 21:05:14',
'created_on' => '2011-05-24 21:05:14',
'user_id' => 1,
'title' => 'test',
'id' => 55,
'poster' => undef
}
];