in reply to "Ode Pleas Help" (or: Gratuitous Whitespace in Code Camel)

Most of the 'code' is actually a big string. The first code that isn't part of this string says:
undef$/;$_=<DATA>;s/\s*//g;
This uses the DATA filehandle to read the code into $_; then it removes all the whitespace.