http://qs1969.pair.com?node_id=24129


in reply to RE: Re: i thought i knew 'our'...
in thread i thought i knew 'our'...

you are right, what i meant was that our could be use to declare variables in the begining
of a program like:
#!/usr/bin/perl -w use strict; our($foo,@bar,%args); <- this was what i meant.
Not to s/my/our/; as you pointed out. Sorry didn't explain myself quite right.
monk