in reply to Compilation of Sql Script file(.sql) from Perl

Sta "filepath/filename.sql"; or @filepath/filename.sql;

As the SQL*Plus commands "STA(RT)" or "@" would run the SQL*Plus statements in the specified file, you'd (at least) have to get the contents of the file and put together a SQL query based on that... — but maybe it's easier to just use the sqlplus tool.