$foo = `dir C:\bar\`; unless ($foo ne "") {die("Could not get directory listing\n");} @foobar = split '', $foo; #### #! /usr/bin/perl -w use Strict; #### $co = new CGI; print $co->header, $co->start_html(-title=>'Retail Ad Usage');
## #! /usr/bin/perl -w use Strict; ##
## $co = new CGI; print $co->header, $co->start_html(-title=>'Retail Ad Usage');