- or download this
test1 test2 test3 test4
test44 afsd wfsdf sdfsd
- or download this
$VAR1 = 'field1';
$VAR2 = 'test1';
...
$VAR6 = 'test3';
$VAR7 = 'field4';
$VAR8 = 'test4';
- or download this
$VAR1 = {
'field1' => 'test1',
...
'field3' => 'wfsdf',
'field4' => 'sdfsd'
};
- or download this
print $RefHash[0]{'field2'},"\n";