in reply to Calling variables from external file, with strict
#!/usr/bin/perl use strict; our ($a,$b); require config; print "$a\t$b\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Calling variables from external file, with strict
by zentara (Cardinal) on Jun 28, 2002 at 17:37 UTC |