#perl - Tue 8 May 2007 between 19:07 and 19:20



actionCPAN upload: Perl-Tidy-20070508 (+++++) by SHANCOCK
CPANupload: Perl-Tidy-20070508 (+++++) by SHANCOCK
b_jonasnight
Chris62vwday
integralgah, I thought this restore would be fast since I store the archive on disk, but apparantly not *sigh*
v-dogggood evening. how can I match "anything but </h" with regexp?
maukev-dogg: use a html parser
integralperlbot, html parser
perlbot, parse html
perlbotDon't even THINK about using regular expressions; to parse HTML go to http://search.cpan.org/search?query=parse+html&mode=module
v-doggI'm looking for a regexp to remove all headings, nothing more
maukev-dogg: there is no such regexp
integralSo? Use a HTML Parse.
With tree builder, you just look_down for each heading and remove it. simple.
maukeI'm looking for a regexp to cure cancer, nothing more
v-dogghar har
maukesomebody should patch the regex engine to reject patterns that look HTMLy
amnesiacmauke, uhm?
v-doggnow you are just being silly
maukeit could trigger on '</'
integralPeople have been killed over less.
maukeand maybe '<a', '<h', '<img', '<p'
rindolfHi amnesiac
SubStackbut that would require a regular expression
perlygatekeeperOH NO! NOT a REGULAR EXRESSION!
integralGood night.
maukeI'm pretty sure the regex compiler doesn't use regexes
integralmy perl impl did.
amnesiachey rindolf !
mauke, what do you mean bu "trigger on"?
SubStackGumbyBRAIN =~ m/<(a|h|img|p)\b/ ? die "pmgwtfhtml" : die "death by chocolate!"
GumbyBRAINChocolate is a p5 repeater?
Chris62vwperlbot say in #perl GumbyBRAIN: dongs
perlbotGumbyBRAIN: dongs
GumbyBRAINal qumar is their book of dongs.
dunstabulosdoes anyone know why par doesn't seem to include crypt::slleay's dll files on windows (i'm using WWW:Mechanize)? I have fixed the problem by distributing the files with the app, but i was hoping for an all in one .exe
hobbsdunstabulos: because you didn't tell it to, probably.
dunstabuloshobbs: is there a magic switch? i've just been using -o hitherto
hobbsdunstabulos: pp can't always automatically figure out every file to include, especially if things are loaded at runtime, but you can easily tell it about anything that it missed. Check the manual.
dunstabulosi see i was using -a instead of -i. i'll fix in the next version
hobbs(I'd give you the switch myself but I don't have the manual handy. Really, it's easy to find.)

Page: 5 12 19 26 33 40 47 54 61 68 75 82 89 96 103 

IrcArchive