I have 2 modules vlog.pm and blib.pm and a script gen.pl.
i have used the vlog.pm module in the gen.pl by 'use vlog'
and used blib.pm in the vlog.pm.
Now I want to call a sub routine defined in blib.pm in the script gen.pl how can i do this? Will @ISA help me and how?