Want to see if the copy of that CGI script on your hard-drive is up-to-date with the one on the web server? Or maybe you suspect they're different in some small way, but can't tell by looking. Try something like this on the command-line...

ssh user@onperl.org 'cat www/cgi-bin/script.pl' | diff - script.pl