Jorge, > if ($input = PAULINE){ This should probably be: if ($input =~ /^pauline$/i) { Try starting your scripts with: #!perl -w And see what MacPerl complains about. -Hao ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org