- or download this
$::folder = 'E:\FOLDER\Test\WEB';
$::config = {
...
},
]
};
- or download this
#! perl -slw
use strict;
...
print $::folder;
pp $::config;
- or download this
C:\test>junk
Name "main::folder" used only once: possible typo at C:\test\junk.pl l
+ine 7.
...
},
],
}