code logs -> 2008 -> Tue, 29 Apr 2008< code.20080428.log - code.20080430.log >
--- Log opened Tue Apr 29 00:00:36 2008
00:24 You're now known as TheWatcher[T-2]
00:27 You're now known as TheWatcher[zZzZ]
01:29 Kazriko [~kaz@Nightstar-26352.gdj-co.client.bresnan.net] has quit [Ping Timeout]
01:31 Kazriko [~kaz@Nightstar-26352.gdj-co.client.bresnan.net] has joined #code
01:31 mode/#code [+o Kazriko] by ChanServ
01:39 gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has quit [Quit: Z?]
04:39 C_tiger [~c_wyz@Nightstar-25834.nycmny.east.verizon.net] has quit [Ping Timeout]
04:49 C_tiger [~c_wyz@96.232.25.ns-3730] has joined #code
04:49 mode/#code [+o C_tiger] by ChanServ
07:07 AnnoDomini [AnnoDomini@Nightstar-29227.neoplus.adsl.tpnet.pl] has joined #Code
07:07 mode/#code [+o AnnoDomini] by ChanServ
07:10 You're now known as TheWatcher
08:17 You're now known as TheWatcher[afk]
09:19 Chalcedon [~Chalcy@Nightstar-488.ue.woosh.co.nz] has quit [Quit: Leaving]
10:05 gnolam [lenin@Nightstar-10613.8.5.253.static.se.wasadata.net] has joined #Code
10:05 mode/#code [+o gnolam] by ChanServ
10:10 AnnoDomini [AnnoDomini@Nightstar-29227.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
10:17 AnnoDomini [AnnoDomini@Nightstar-28859.neoplus.adsl.tpnet.pl] has joined #Code
10:17 mode/#code [+o AnnoDomini] by ChanServ
10:41 You're now known as TheWatcher
10:45
<@TheWatcher>
Does anyone have any experience using WWW::Mechanize/HTML::Form for automated file upload?
10:46
<@TheWatcher>
I'm doing this:
10:46
<@TheWatcher>
my $form = $mech -> form_name('submit_form');
10:46
<@TheWatcher>
my $input = $form -> find_input('userfile');
10:46
<@TheWatcher>
die "Unable to find upload box in response.\n" if(!$input);
10:46
<@TheWatcher>
$input -> file($filename);
10:46
<@TheWatcher>
$form -> click('submit');
10:48
<@TheWatcher>
(and the userfile field is type="file") but when the form is submitted the response contains data that suggests that the upload was empty
12:51 C_tiger [~c_wyz@96.232.25.ns-3730] has quit [Ping Timeout]
12:56 C_tiger [~c_wyz@Nightstar-16806.nycmny.east.verizon.net] has joined #code
12:56 mode/#code [+o C_tiger] by ChanServ
15:24 You're now known as TheWatcher[afk]
16:13 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out]
16:14 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
16:14 mode/#code [+o ToxicFrog] by ChanServ
16:32
<@AnnoDomini>
Now I know what was causing the weirdness with my mouse thingie.
16:32
<@AnnoDomini>
I made a do-while loop instead of while.
16:34
<@AnnoDomini>
In Bresenham's algorithm, that is. It didn't check if it was over the first time, and went ahead with a 1-pixel-long line, only the end condition wouldn't be met until 2^16 iterations later.
16:34
<@AnnoDomini>
'Oops'.
16:34 * AnnoDomini still wonders why it crashes DosBox on exit, though.
16:59 EvilDarkLord is now known as Zenon
18:13 You're now known as TheWatcher
18:41 DiceBot [~Reiver@Nightstar-22337.xdsl.xnet.co.nz] has quit [Ping Timeout]
18:41 Reiver [~reaverta@Admin.Nightstar.Net] has quit [Ping Timeout]
18:44 DiceBot [~Reiver@Nightstar-25200.xdsl.xnet.co.nz] has joined #Code
18:48 Reiver [~reaverta@Admin.Nightstar.Net] has joined #Code
18:48 mode/#code [+o Reiver] by ChanServ
20:48 Zenon is now known as EvilDarkLord
21:47
<@McMartin>
AD: Like the DosBox program crashes, or like it reports an error message upon app exit and return to shell?
21:48
<@AnnoDomini>
It displays a blinking cursor in the upper left corner of the window, and in its command prompt window, I get something like 'illegal call 7' or something.
23:03 William__ [~JPL@Nightstar-12594.dsl.sndg02.pacbell.net] has joined #code
23:22 You're now known as TheWatcher[t-2]
23:24 You're now known as TheWatcher[zZzZ]
--- Log closed Tue Apr 29 23:40:41 2008
--- Log opened Tue Apr 29 23:40:46 2008
23:40 TheWatcher[zZzZ] [~chris@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #code
23:40 Irssi: #code: Total of 21 nicks [15 ops, 0 halfops, 1 voices, 5 normal]
23:41 Irssi: Join to #code was synced in 50 secs
23:42 You're now known as TheWatcher
23:42 mode/#code [+o TheWatcher] by ChanServ
23:44 You're now known as TheWatcher[zZzZ]
--- Log closed Wed Apr 30 00:00:41 2008
code logs -> 2008 -> Tue, 29 Apr 2008< code.20080428.log - code.20080430.log >