<http://forum.pspad.com/read.php?f=2&i=12104&t=12098> 
----------------------------------------------------------------

if you define a local variable you use "my"
Ex:
my $ProgPath;

if you like to define a global variable you can use "our"
Ex:
our $ProgPath;

it would be nice the pragma "our" would appear bold, same as "my".

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to