in reply to Re^3: SQLite function .import not working
in thread SQLite function .import not working

Maybe
system 'sqlite3', 'dbname', ".separator \t\n.import filename tablename +";
But really, you need to perldoc -f system and man sqlite3