[sf-perl] Learning CGI with Perl

Rich Morin rdm at cfcl.com
Thu Mar 1 20:22:01 PST 2007


At 7:29 PM -0800 3/1/07, Neil Heller wrote:
> #! perl -wT

On Unixish systems, it's important that there be no spaces
between the shebang (#!) and the path name.  I always use

  #!/usr/bin/env perl

which allows the Perl interpreter to be anywhere on the
path.  This assumes, however, that somebody hasn't opted
to _move_ env, as someone had on a Linux box I ran into.

-r
-- 
http://www.cfcl.com/rdm            Rich Morin
http://www.cfcl.com/rdm/resume     rdm at cfcl.com
http://www.cfcl.com/rdm/weblog     +1 650-873-7841

Technical editing and writing, programming, and web development


More information about the SanFrancisco-pm mailing list