Search results

  1. A

    perl programming functions?

    Anybody know whats the difference between &:: and main:: in perl programming. Sample code below. Trying to learn perl scripting and kinda confused on whats the difference of the two? previous: if (defined(&::Init)) { &::Init if (defined(&::Init));} else { Trig_Set(); } current...
Back
Top