Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
and#!/usr/bin/perl -w #test.pl #use strict; require "test1.pl"; print "Content-type: text/html\n\n"; print "$test";
#test1.pl $test = 'TEST THIS!!';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: receiving variables from another script
by GrandFather (Saint) on May 06, 2006 at 07:33 UTC | |
by Anonymous Monk on May 06, 2006 at 21:26 UTC |