http://www.perlmonks.org?node_id=965291

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

how to run a perl script in shell with cmd line paramters to perl I tried something like below that wont work out
#!usr/binn/csh ssh user@server perl < script.pl $cmdlinArgtoscrpt
Can anyone suggest a solution, I cant able to use packages here