use Config; my $setTemplate; if( $Config{ byteorder } eq '1234' ) { $setTemplate = 'B64'; } elsif( $Config{ byteorder } eq '3412' ) { $setTemplate = 'b64'; } else { die "What kind of cpu are you using for dogs sake:)!"; } ...