In PHP, if you load information from a form into a php file, it accepts the input, acts on it, and produces a page. If you use the "re-load" button while on this second page, the action is repeated as though the form from the previous page was submitted again.
Is this behavior consistent with other languages? If Perl were the scripting language of choice, and all other factors were the same, would it behave any differently?
Thanks,
Ben