#!/usr/bin/perl -w use strict; our $x = 1; require 'script2.pl'; print $x; #### #!/usr/bin/perl -w use strict; our $x = 2;