#!~/bin/perl # This won't work (at least not portably) because of the ~ on the #shebang line... use #!/my/home/directory/bin/perl instead print "Your perl code here...\n"