in reply to Wrong + Right = Even Worse
Or in the OO module...
package Foo::Bar; use strict; use warnings; { package main; require "script1.pl"; require "script2.pl"; }; ...; 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Wrong + Right = Even Worse
by choroba (Cardinal) on Apr 03, 2014 at 22:20 UTC | |
by tobyink (Canon) on Apr 03, 2014 at 22:41 UTC | |
by choroba (Cardinal) on Apr 03, 2014 at 22:44 UTC |