i am trying to make a perl program run from the terminal of ubuntu, and for some reason when >perl name.pl is ran, nothing happens and it just returns the $> prompt.
I have no idea why this is happening, is there something else i need to install, or a command to link the perl command to running the script in the terminal?
thanks