when i execute script with 'use strict' and 'use warnings' I get compilation error stating
'Some Global variables require explicit package name at ... linenumber.'
But if i dont comment strict and warnings the script executes. Can anyone explain me as to what does compilation error states and why doesnt it throw the same errors when i comment use strict n warinings.