| rindolf | nakee: there's wxPerl |
| integral | there's Gtk and Tk, and Wx |
| rindolf | nakee: and there's Perl/Gtk nakee: Perl/Qt is no longer maintained. |
| nakee | yea, but are they any good? |
| rindolf | nakee: yes, they are. nakee: the problem with Perl/Tk is that it looks ugly. |
| nakee | that's the general problem with */tk:) |
| rindolf | nakee: right. mauke: thanks. mauke++ perlbot: karma mauke |
| perlbot | Karma for mauke: 77 |
| rindolf | Heh, lucky karma. |
| stpierre | how can I make WWW::Mechanize not complain about read-only form elements? I've tried instantiating it with quiet => 1 and calling $mech->quiet(1), but neither seems to do the trick. I'm using mech v1.20 |
| zamolxes | http://lists.kde.org/?l=kde-perl&m=114865030400728&w=2 disturbing thread |
| f00li5h | stpierre: it complains that you're changing them? |
| stpierre | f00li5h: yup. |
| f00li5h | stpierre: am i allowed to ask why you're tampering with readonly forms? |
| Yaakov | mauke: "which probably wouldn't have been suffice" =~ s/have been// # Nicer. |
| f00li5h | i think a useragent is ment to stop you doing that |
| Yaakov | Or, "have sufficed" |
| digitok | "Yaakov" = s/.+//; |
| stpierre | f00li5h: because it's easier than programming javascript support into mech :) |
| digitok | "Yaakov" =~ s/.+//; # rather |
| nakee | rindolf, is there a meeting of israeli perl addicts today? |
| rindolf | nakee: I didn't hear of it. |
| f00li5h | stpierre: what sort of complaining does it do? |
| zamolxes | does anyone have an insight on the contents of that thread? qt4 seems absolutely great :/ |
| stpierre | it's a form that takes its inputs and, on submit, puts them into some hidden, read-only elements. it's bad code and bad practice, I'll agree, but I didn't write the app. i'm just trying to write something to use it |
| Yaakov | Hello, digitok. |
| stpierre | Input 'USER' is readonly at /usr/lib/perl5/site_perl/5.8.5/WWW/Mechanize.pm line 1265 |
| rindolf | nakee: maybe there's one in JM.pm |
| digitok | Hello, Yaakov. What's up? |
| nakee | rindolf, nach told me there is some lecture |
| rindolf | nakee: I don't know. |
| Yaakov | Just starting my day at the office. My desk lamp's switch is broken. :( |
| digitok | Spewing, got your work cut out for you then |
| f00li5h | stpierre: so just a warn? |
| stpierre | f00li5h: yep. it happily changes the value, and everything works fine, but I get a bunch of crap to stderr |