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

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

All, calling perl via:
#!/usr/bin/env perl
How do you pass the argument to perl using the syntax above, for example if I wanted to call perl via:
#!/usr/bin/perl -wT
then what is equivalent of it using env command? Or is this not possible? Thanks.