Skip to content

Instantly share code, notes, and snippets.

@metaperl
Created August 17, 2009 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaperl/169174 to your computer and use it in GitHub Desktop.
Save metaperl/169174 to your computer and use it in GitHub Desktop.
[tbrannon@devel DataModel]$ perl play.pl
DBI::db=HASH(0xa42757c) at play.pl line 22.
$VAR1 = [
bless( {
'emp_no' => '110022',
'dept_no' => 'd001',
'from_date' => '1985-01-01',
'dept_name' => 'Marketing',
'to_date' => '1991-10-01'
}, 'EMP::AutoView::EMP::Dept_Manager_JOIN_departments_role' )
];
$VAR1 = bless( {
'dept_no' => 'd001',
'dept_name' => 'Marketing'
}, 'EMP::Departments' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment