script into database

From: E (epascal_at_triad.rr.com)
Date: 04/16/04


Date: Fri, 16 Apr 2004 04:00:28 GMT

I have two tables and i want join the two of the primary id's in to one
table. the database is mysql.

ex.

Table Item (ID int(10) NOT NULL auto_increment)
Table Actor(ID int(10) NOT NULL auto_increment)

to go in to
Table actor_item(actor_id, item_id)

so i was wondering the perl script to do that