- or download this
#!/usr/bin/perl
# prov.pl
...
require './inc.pl';
print $SousMaintenance,"\n";
- or download this
$SousMaintenance = 'value one';
1;
- or download this
# inc.pl
package myInc;
$SousMaintenance = 'value one';
- or download this
print $myInc::SousMaintenance,"\n";