in reply to Executing unix command in perl and getting the output
my $number = `ls -l $name | wc -l | sed 's/^ *//''; [download]
my $number = `ls -l $name | wc -l | sed 's/^ *//'`; [download]
-enlil