Help for this page

Select Code to Download


  1. 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',
    };
    
  2. or download this
    $VAR1 = 'the path to wisdom is littered with empty bottles';
    
  3. 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',
    );