in reply to Re^2: Constants imported from other perl scripts doesn't want to exist :(
in thread Constants imported from other perl scripts doesn't want to exist :(
use strict; eval 'use constant SOMETHING => "asdf"' unless(defined(&SOMETHING)); 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Constants imported from other perl scripts doesn't want to exist :(
by OnionKnight (Sexton) on Sep 17, 2005 at 19:40 UTC | |
by borisz (Canon) on Sep 17, 2005 at 20:48 UTC | |
by rruiz (Monk) on Sep 18, 2005 at 10:37 UTC |