in reply to
passing parameters to perl from shell script
How can you say it is not taking it? Try to include this line at the top of your script:
print "@ARGV\n";
[download]
Comment on
Re: passing parameters to perl from shell script
Download
Code
In Section
Seekers of Perl Wisdom