in reply to strict and require.
... and in load_configfile_data.pl this:#!/usr/bin/perl -w use strict; use vars qw($data); require "load_configfile_data.pl"; print $data;
Good bye, Uwe$data = "Test erfolgreich."; 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: strict and require.
by Baz (Friar) on Jan 03, 2002 at 20:45 UTC | |
by uwevoelker (Pilgrim) on Jan 05, 2002 at 15:05 UTC |