- or download this
if ($main::stateIn{'sibling'}) {
no strict 'refs';
&{$main::stateIn{'sibling'}}();
}
- or download this
#!C:/perl/bin/perl.exe -w
use strict;
...
close INV;
close OUT;
- or download this
SWITCH: {
if ( defined $sibling ) {
...
&main;
last SWITCH;
}