Prachi Shah wrote:
> 
> Hi!

Hello,

> I have this code written by someone and there's no documentation to it. I am
> trying to figure what and how it works. There is this line right at the
> beginning of the code that baffles me. Does someone have a clue as to what
> this means?
> 
> $Explanation = < ) );


It looks like a syntax error.

$ perl -e '$Explanation = < ) );'
Unterminated <> operator at -e line 1.


Perhaps if you provide more context we might be able to help.



John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to