The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#1
[% GLOBAL.global_foo %]
#2
[% GLOBAL.global_object.str %]
#3
[% GLOBAL.global_object.func_sum(1,1) %]
#4
[% GLOBAL.global_multiply(1,10) %]
#5
[% global_foo %]
#6
[% global_object.str %]
#7
[% global_object.func_sum(1,1) %]
#8
[% global_multiply(1,10) %]
eof