in reply to Re^4: perl code not working after moved new host with latest perl version
in thread perl code not working after moved new host with latest perl version
The best way to fix the errors is to use lexical variables instead of package globals. There's a tutorial on this in the monastery: Lexical vs. Package Variables (With a little local thrown in).
|
|---|