Chas. Owens wrote: >It is also important for people who use #!/bin/env perl No. "#!/bin/env perl" doesn't trigger perl's magic, because perl is mentioned on the shebang line. If the magic did apply, perl would feed the script to /bin/env and you'd get an infinite loop. -zeframThread Previous | Thread Next