The pie requires script b.pl#!/usr/bin/perl use strict; our $pie; require "b.pl"; &getpied; print "The pie says : $pie\n";
#!/usr/bin/perl use strict; sub getpied { our $pie = "eat me"; } 1;
In reply to Re: 'use strict;' between libraries
by tcf22
in thread 'use strict;' between libraries
by Massyn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |