> Thanks a lot. I finally got this to work. > Strangely enough it only seems to work with a -w flag on the shebang > line: > #!/usr/bin/perl -w >
> On Mac OS X (Linux port) it works without the -w option The -w options turns on warning - this is most useful when you are writing and debugging perl scripts but should not be needed when running the script in a production environment, but should do no more harm that making the script send any errors to STDERR which will probably turn up in your apache error log file andrew whalley ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
