in reply to RE: Re: i thought i knew 'our'...in thread i thought i knew 'our'...
#!/usr/bin/perl -w use strict; our($foo,@bar,%args); <- this was what i meant. [download]