in reply to IO::Dir confusing behaviour

Um, are you actually printing the HTML you define in the loops? And it seems to be wrongly quoted...perhaps something like this:
if (scalar ( keys %arquivos) ne 0) { foreach (keys %arquivos) { if ($_ ne "." && $_ ne "..") { print qq{<a href="$file_folder$_\">$_</a>\n}; } } } else { print "These aren't the files you're looking for. Move along. +\n"; }
Otherwise, could you please explain the line I corrected?

--
my one true love

Replies are listed 'Best First'.
Re: Re: IO::Dir confusing behaviour
by DaWolf (Curate) on Nov 21, 2001 at 22:10 UTC
    Hmmm sorry 'bout that.

    That's the problem with changing the code to post a question.

    Actually I'm putting that html snip in a variable like:
    $html_code .= "<a href=\"$file_folder$_\">$_</a>";
    Er Galvão Abbott
    a.k.a. Lobo, DaWolf
    Webdeveloper