#!/usr/bin/perl # a.pl use strict; use warnings; system("ls -lrt > /tmp/a.out"); [download]
In reply to Re: system command is not working by vinian in thread system command is not working by gulla