Basically what the title says, anyone know how to use a perl script as the shebang line in a unix like system? For example:
#!/usr/bin/myscript.pl ? There is an ugly work around that looks like #!/usr/bin/perl /usr/bin/perl/myscript.pl but .. eh. Anyone know a better way?