Help for this page
#!/usr/bin/perl -w #test.pl ... our $test; print $test;
use strict; use warnings; our $test = 'This works!';
This works!