[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Omaha.pm] explode gt split
Wow. PHP's explode() is a much cooler name than Perl's boring old
split().
<?php
$expFileNames = `ls -t output/`;
$expFileNames = explode("\n",$expFileNames);
?>
Laugh,
j