#!/usr/bin/perl use strict; use warnings; system('gnome-terminal -x sh -c "ls|less"');