Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Perl/CGI problemo

Name: Anonymous 2011-11-13 1:23

@files = <data/blogs/*>;
$i=$#files;
while ($i > $#files - 5 and $i >= 0) {
    $file = @files[$i];
    open F, "$file/blogdata" or die $!;

The folders are numbered 0, 1, 2 etc... however, it can only open the first 2 and otherwise breaks without output of any kind.

Name: Anonymous 2011-11-13 5:29

CGI? CGI?

Welcome to the 21st century! Please join us, the water is fine!

http://perldancer.org/
http://mojolicio.us/
Or at least use plack: http://plackperl.org/

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List