Ok I am working through the programming Perl book and I don't understand
what you would use this for?

top of pg64
----
$chunk_of_code = q {
        if ($condition) {
                print "Gotcha!";
        }
};


is $chunk_of_code supposed to contain Perl code? If so why? When would
you use this? What does this assign to the variable? I am assuming a
true false value but I am not sure.

Thanks.

Hope everyone is having a great holiday!

Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com

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

Reply via email to