Friday, 12 April 2013

Stock in perl

@s=`ls`;
while ($line=pop(@s))
{
print $line."\n";
sleep 3;
}

No comments:

Post a Comment