#!/usr/bin/perl -w use strict; my @List=`ls -al`; print @List;