0
votes
can’t delete directory under linux due to broken files
(a) Looks like you have some kind of filesystem problems; I'd recommend you run fsck and see if it finds anything
(b) Really not a programming-related question, so off-topic here.
…
0
votes
Programmatically log on to forum and then screenscrape
Personally, I'd write it in Perl, using WWW::Mechanize, and do something like:
my $login_url = 'login url her …
