From: "Lance" <[EMAIL PROTECTED]>
> Thanks guys!   I did not think that it was possible, but some Perl
> guru might be able to prove me wrong.

Very few things are impossible in Perl. I remember to have seen some 
way to access the lexical variables of the calling subroutine. If I 
had to I would find it, but ... you don't want to do that.

If you want other procedures to be able to fiddle with some variables 
make them global. So that it's plainly visible others may tinker with 
it.

Jenda

===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


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

Reply via email to