Hendrik Visage on Thu, 27 Feb 2003 19:16:20 +0200 (SAST)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[Linux dev] Re: Perl and "include" files....


On Thu, Feb 27, 2003 at 09:22:57AM +0200, Hendrik Visage wrote:
> Hi There,
> 
> Right/Wrong: I'm a bit too pressured at present to go and read up on 
> Objects, packaging etc.

Problem solved:

require "include.file";

> 
> The need:
> 
> %fields = (
>  "field1" => qr/match/,
>  "field2" => qr/matchtoo/
> )
> 
> I'd like to include that with as little overhead and hassles as possible
> in several scripts, and be able to "just use it" :)
> 
> Thanx
> Hendrik
>