#!/usr/bin/perl

my $foo = `/bin/ls`;

print $foo

