sub is_restricted { my ($in) = @_; my $cmp; eval { $cmp = qx/echo $_[0];/ }; if(@_ or $cmp ne $in) { return 1; } return 0; }