And the contents of inc.conf...#!/usr/bin/perl use strict; use warnings; use "inc.conf"; our $var; print $var , "\n"; exit;
Because I still get a syntax error. Forgive me if I am a bit dense :)#!/usr/bin/perl use strict; use warnings; our $var = "blah"; 1;
In reply to Re: Re: Re: Re: global variables
by rsiedl
in thread global variables
by rsiedl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |