in reply to using strict and a config file
hth, snowcrash**** script.pl **** #!/usr/bin/perl use warnings; use strict; use vars qw(@fields); require "conf.pl"; print $fields[0]; **** conf.pl **** @fields = qw( FOO BAR BAZ );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 2: using strict and a config file
by tilly (Archbishop) on Nov 12, 2001 at 14:09 UTC | |
|
Re: Re: using strict and a config file
by lex2001 (Sexton) on Nov 12, 2001 at 13:56 UTC | |
by busunsl (Vicar) on Nov 12, 2001 at 14:00 UTC | |
|
Re: Re: using strict and a config file
by Amoe (Friar) on Nov 12, 2001 at 21:39 UTC |