then test.pl calls up the library:testlib.pl: my $var = "Lord only knows if this will work..."; 1;
Any help in knowing what I should have done...#!/usr/bin/perl -w use strict; use CGI::Carp qw(fatalsToBrowser warningsToBrowser); use CGI ':standard'; require 'testlib.pl'; print "Content-type: text/html\n\n"; print "$var"; exit;
In reply to shared variables by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |