TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:7491] #! Problem!



>I am trying to pick up the Perl language and have started to write a 
>few little scripts. One problem, placing the '#!usr/bin/perl' at the 
>front of my scripts doesn't allow them to execute. How do I enable 
>this ability?? What do you even call it?? I had trouble even 
>describing it.

try using '#!/usr/bin/perl'

nathan