"hashbang" is the term given to the familiar "#!" that is used to denote paths in programming (especially PERL). #! shows the path to the interpreter, for example:
#!/usr/bin/perl

Log in or register to write something here or to contact authors.