http://www.perlmonks.org?node_id=344677


in reply to Re: Clearing user defined variables
in thread Clearing user defined variables

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re: Re: Clearing user defined variables

Replies are listed 'Best First'.
Re: Re: Re: Clearing user defined variables
by castaway (Parson) on Apr 13, 2004 at 11:27 UTC
    If you dont know which ones, then find out? Else all you have is a mess, if you cant keep track of which variables you're using where. Of course it would be long, its just an alternative to the scoped variables you probably should be using. Globals arent so bad if you know exactly whats being used where and how, and make a note/comment about it somewhere. If you dont, well, throw the thing in the bitbuecket and start again :)

    C.

    A reply falls below the community's threshold of quality. You may see it by logging in.