#!/usr/bin/perl use General qw(func1 otherfunc); # functions from General you want to call directly my $result = func1($arg_a, $arg_b);