On Friday 16 February 2001 11:38, Branden wrote:
>
>     (my($a),our($b),local($,),my($c)) = @_;
> 
> What is it, anyway? A joke? (There's Perl poetry, why can't be there Perl
> jokes?) Who writes this kind of code anyway?

Okay, you caught me, it was a contrived exampled.  The actual code was
    (my($foo),local($"),our($bar),my($baz)) = @_;
;-)


-- 
Bryan C. Warnock
[EMAIL PROTECTED]

Reply via email to