- or download this
my %hash = {
'node_id' => '1',
'node_title' => 'whiskey',
'node_author' => 'otis',
'node_content' => 'the path to wisdom is littered with empty bottle
+s',
};
- or download this
$VAR1 = 'the path to wisdom is littered with empty bottles';
- or download this
my %hash = (
'node_id' => '1',
'node_title' => 'whiskey',
'node_author' => 'otis',
'node_content' => 'the path to wisdom is littered with empty bottle
+s',
);