http://qs1969.pair.com?node_id=520556

jithoosin has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks,

I have read in perlembed that we can execute a perl file using "perlrun" by giving the value of argv(1) as the name of the perl file to be executed. I also want pass arguments to the perl file .I want to pass arguments in the same way as we pass command line arguments to perl file.To make things clear, let me say that i cannot use a subroutine inside the perl file to accept the arguments( as in case of "call_pv" ). Is there any way by which i could pass arguments to perl file

Thanks
Kiran