Help for this page
#!/usr/bin/env perl ... STRING="$string" while ... "$file" ... "$string" ... EOF
#!/bin/sh FILE="$HOME/..." STRING="Completed..." while ... "$HOME/..." ... "Completed..." ...