#perl - Thu 22 Mar 2007 between 02:19 and 02:29



Harzileinbuu: yeah, though it is more like a footer ;)
ologypurl, be john galt is <reply>Force and mind \are opposites; morality ends where the gun begins.|<reply>Happiness \is that state of consciousness which proceeds from the achievement of one's values.
ENOPURL
Khisanthwrong channel!
ology:)
revdiablobuu: I'm fascinated by the frame of mind that would cause someone to compare source code line counts as a means for comparing software
actionamnesiac smacks ology
amnesiacsmacks ology
Harzileinbuu: the file information get saved along while files are saved and then a catalog ("central directory") is saved at the end
actiondec smacks GumbyBRAIN
decsmacks GumbyBRAIN
GumbyBRAINGumbybrain gumbybrain gumbybrain.
Harzileinbuu: and as i can glance from the Archive::Zip code it just seeks to file locations on demand instead of slurping the whole file
maukeis GumbyBRAIN a pokemon?
Harzileinso what does the fileno function provide and why should the author have ommitted it?
urielbye guys, and may Glenda bless you all and feel pity for your souls
buuHarzilein: Only if your transport protocol supports arbitrary seeking..
Which I seem to recall HTTP generally doesn't..
Harzileinbuu: Range:
buu: and multiple connect
buu: in fact, Archive::Zip even checks if the filehandles support seek
Meshezabeelcan someone explain in layman terms what the keyword "my" means? i.e. when I create an array when should I use it and when shouldn't I use it?
Harzileinbuu: but it doesn't check for fileno until it is too late ;)
buuDo you happen to know if the place you're talking to supports it?
Meshezabeel: Always use it.
NEXT
Harzileinbuu: well, i don't think it even starts to connect, but i'll have a look
buuperlbot coping with scoping
perlbothttp://perl.plover.com/FAQs/Namespaces.html and http://www.stonehenge.com/merlyn/UnixReview/col46.html
buuMeshezabeel: ^^
Meshezabeeltx buu will take a look
Harzileinbuu: ok, i can imagine it could get problems because it likely needs to set the referer-header. but to rule that out i'll upload my own zipfile somewhere
zacHello
killer_i noticed you can ... ($foo, $bar) =~ s///;
...
but ($artist->{'name'}, $_->[8]) =~ s/[_ -\.]{1,}/-/g; keeps gives me this error....
Useless use of hash element in void context at ./test line 12.
maukethat's not an error, that's a warning
buukiller_: ($foo,$bar) =~s///; does not in fact do what you think it does.
deparse: ($foo,$bar) =~ s/foo/bar/;
buubot(($foo, $bar) =~ s/foo/bar/);
buuBah.

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

IrcArchive