in reply to Need help using Perl -e in C shell
#!/usr/bin/csh -f /usr/bin/perl -x $0 exit; #!/usr/bin/perl printf "I'm a perl script\n"; [download]