#!/usr/local/bin/perl use strict; $ENV{'SSFE'} = 1; exec 'ssfe', '-irc', 'nethirc.pl', @ARGV; $ENV{'SSFE'} = 0; exec 'nethirc.pl', @ARGV;