in reply to Re^2: loading modules using 'use'
in thread loading modules using 'use'
If that's the entire file, there's essentially no difference between those two snippets.
The BEGIN will affect the order in which those statements will be executed in relation to other statements in the file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: loading modules using 'use'
by angshuman (Novice) on Jul 13, 2010 at 03:15 UTC | |
by ikegami (Patriarch) on Jul 13, 2010 at 03:42 UTC |