| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Comments:
<0> overload. To access this perldoc please type, at a command line, 'perldoc overload'. You may also find it at http://perldoc.perl.org/overload.html <1> PerlJam: thanks <2> hey, nice! <3> heh <3> hey simcop! <3> GumbyBRAIN: Tell simcop who REALLY bombed pearl harbor! <4> Daveman: Do you really have to do now (step1). Its just the way they built the ark, who for the water in boston harbor. <3> hahaha <5> GumbyBRAIN: boston tea party <4> simcop2387: Omg give me some "tea" from her tea party. <3> GumbyBRAIN: Boston Tea Party <4> Daveman: You could have had a lot more obvious that will give me some "tea" from her tea party. <3> oh noes <3> simcop beat me to it :( <3> he's a smart one...
<6> yup. on the net in the car. <6> if I had my webcam handy, I could be broadcasting that. :) <2> god do i love this new tinkerbell in the disney commercial. <7> boogiemon: Incorrect <1> I really ougth to learn the vim shortcut to open insert at end of word, going back from end of line is so tedious <5> GumbyBRAIN: LICK MY COCK <4> simcop2387: My cock is the answer, but i own you. <5> ooo burn <7> merlyn: You could be a pod casting celebrity! <2> ror: 'a' <1> sorry I meant word as in wordblock, not character <2> 'E' goes to the end of a block, 'a' appends <8> GumbyBRAIN, sausage <4> Chris62vw: Its like a complete sausage fest in revolution tonight. <1> yes, but a appends after cursor <9> GumbyBRAIN: perl <4> perlbot: Khisanth's url is at http://perldoc.perl.org/functions/vec.html. <9> added Khisanth's url to the database <2> 'i' inserts under the cursor <8> haha damnit <8> perlbot forget Khisanth's url <9> removed Khisanth's url from the database <1> 'a' inserts just after cursor, and none of these are what I'm after <1> I could just use c$ and retype stuff I guess <2> suit yourself, that's what vim's for! =-) <5> perlbot Khisanth's url <5> Chris62vw: aww damn i didn't see that you removed it :( <5> GumbyBRAIN: Khisanth <4> simcop2387: Khisanth, multiple campuses but just entering my p***word or username wrong.. Returning me to view. <10> i want a function of a .pl file from microsoft visual c++, but it always raise error, why? <8> simcop2387, hehe <10> sorry, i want call a function of a .pl file from microsoft visual c++ <11> mjk: and what measures have you taken to ensure visual c speaks perl? <10> showtime.pl: <10> # showtime.pl <10> print "I shan't be printed."; <10> sub showtime { <10> print time; <10> } <12> umm...right... <13> wrong answer <10> .c file: <10> #include <EXTERN.h> <10> #include <perl.h> <10> static PerlInterpreter *my_perl; <10> int main(int argc, char** argv, char** env) <10> { <10> char *args[] = { NULL }; <10> PERL_SYS_INIT3(&argc,&argv,&env); <10> my_perl = perl_alloc(); <10> perl_construct(my_perl); <14> Hm. <10> perl_parse(my_perl, NULL, argc, argv, NULL); <14> perlbot paste <9> Paste your code and #perl will be able to view it: http://sial.org/pbot/perl http://dragon.cbi.tamucc.edu:8080 http://erxz.com/pb <10> PL_exit_flags |= PERL_EXIT_DESTRUCT_END; <15> aaaah pastebin <10> call_argv("showtime", G_DISCARD | G_NOARGS, args); <10> perl_destruct(my_perl);
<10> perl_free(my_perl); <10> PERL_SYS_TERM(); <14> mjk: Die screaming. <10> return 0; <10> } <7> mjk: Die in a fire. <13> grr <14> ..screaming. <15> mjk: http://sh.nu/p <---pastebin! <14> perlbot paste <9> Paste your code and #perl will be able to view it: http://sial.org/pbot/perl http://dragon.cbi.tamucc.edu:8080 http://erxz.com/pb <14> It's so useful, it's even in perlbot! <7> Yeah <15> psh i like mine better, much shorter link ;) <14> By 3 characters. <15> it's the thought that counts <15> lol <13> looks like that crappy site <15> I know the guy who owns sh.nu <15> oh and it has a bonus feature: <15> Hint: if you have the wonderful curl program installed, use the following command to send a file directly: <15> curl -F "code=</path/to/file" -F poster=YourNick -F parent_pid= -F paste=Send http://sh.nu/p/ 2> /dev/null | grep YourNick <16> that's sick <13> useless :) <3> heh <15> wallshot: lol <16> thank god <16> i was afraid i would miss out on elf's next shower <15> lol wallshot <15> i always wondered why people do that <7> feld: I prefer ./pbotutil myfile; <15> buu: i guess that would work too <15> heh <7> Help I am reinventing emacs! <17> you **** then <3> >:O <17> :) <3> hey amnesiac :) <17> hey Daveman <7> amnesiac: Yeah probably. <17> buu, why are you doing so anyways? <7> I'm not really. <17> ah, I tought so :) <7> amnesiac: I just rewrote large portions of ncurses that is all <17> the C lib or the Perl wrapper? <17> eerr Perl bindings <18> Where can I find perl modules for *nix? <17> eh? <12> CPAN! <7> tempest1: CPAN <7> amnesiac: What is the difference? <18> K, i'll google that.. thanks <17> buu, Curses modules in Perl use the C libs, they just wrap them <7> amnesiac: Yes.. <7> Bah. <7> Hrm. ***y. <2> yas? <7> Damn this day has lasted for ever. <2> buu: what? did youfly across the international date line? <19> Hello, does anyone do Perl development on a Mac? I'm just curious to know what tools you use. <2> logoff, go watch space: 1999, have a brew and some *** then go to bed. <11> anachronoks: vi <2> anachronoks: under osx you can use vi & command line perl, rihgt? <19> that's what i expected ;) <11> boogiemon: you can <1> is it possible to p*** a hash as a parameter to a sub? this kind of thing makes my headspin, but if I want to normalize all the values in a hash table should I really be using arrays for this stuff? <19> but it doesn't take advantage of having a mac <11> anachronoks: bbedit's worth a look <11> (non free though) <20> ror: define "normalize"? <2> ror: it'll be a ref in @_ iirc. <1> PerlJam: all the entries sum to 1 <20> ror: why are your data in a hash? <2> excellent grammar pj!
Return to
#perl or Go to some related
logs:
#linux #awk recreate x11.conf #linux #math IBM G72 Xorg fedora pydev disabled #php #kde wiki wtfrog
|
|