Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( {
          'head' => 'something',
          'opinion' => 'another thing',
          'result' => 'the essence'
        }, 'Item' );
    
  2. or download this
    $e->index(
        index   => $index,
    ...
            result => $result,
        }
    );