in reply to Re^3: how to make this perl code run
in thread how to make this perl code run
This untested code should work ...
... BEGIN { sub hi {}; sub hello {}; sub hola {}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: how to make this perl code run
by choroba (Cardinal) on May 16, 2013 at 21:34 UTC | |
by Anonymous Monk on May 16, 2013 at 22:07 UTC | |
|
Re^5: how to make this perl code run
by LanX (Saint) on May 16, 2013 at 21:38 UTC | |
by Anonymous Monk on May 16, 2013 at 22:13 UTC |