I've coded as follows:
UTL_FILE.GET_LINE(FPINFILE IN UTL_FILE.FILE_TYPE,
V_LINE OUT VARCHAR2);

and get this error:
PLS-00103: Encountered the symbol "OUT" when expecting one of the following:
. ( ) , * @ % & | = - + < / > in mod not range rem => ..
an exponent (**) <> or != or ~= >= <= <> and or like between
is null is not ||
The symbol ". was inserted before "OUT" to continue.

ANYONE OUT THERE with experience in using this package??