hello,<br><br>I am just new to perl and would apricate an answer to a simple question.<br><br>in looking at perl example code, some programs have the following two line of code at the top of the program.<br><br>#!/usr/bin/perl<br># change the above code to whereever your perl interpreter is.<br><br>Fine, I assume you simply enter the pathway for my intepreter in the top line, but in doing that how do you make it work?<br><br>This is in connection with cgi and the creation of cookies. I think it's meant to be run inside a web browser, but it doesn't work, I'm I missing a reference.<br><br>Please help urgently<br><br>Thank you<br><br>