| |
| |
| |
|
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 26 27 28 29 30 31 32 33 34 35
Comments:
<0> but it still complains <1> read perldoc require and then read perldoc -f eval <0> Can't locate IMAP/Admin.pm in @INC <2> jablko: he he he, you do have the same problem I do ;) <1> again, eval a require, not a use pragma
<1> use happenes at compile time, while require - at runtime <2> jablko: aparently you know more perl that I do, could you then provide a solution when found? ;) <3> you know in gaim how the toolbar will flash when you get a message.. is there a perl module that sends that hint? <1> which hint and where is it to be sent to ? <0> s0undt3ch: reading http://perldoc.perl.org/functions/require.html <0> what are you working on? <3> Urgency Hint and its sent to the window manager I guess <4> errr: it's set _on a window_ so you need to look at whatever actually makes your windows :) <1> still too vague, errr <3> hobbs: so the toolkit I use for the app? <1> right <2> jablko: ISPman <3> boo <3> I want to make an irssi plugin that will call what ever window its started from and make it flash <3> well thanks anyway :) <2> tuber: require also makes the package to be used? <2> *available to be used
<1> s0undt3ch, read the following manual: perldoc require <5> Hello all <1> type that at your prompt and be sure to hit 'Enter' once done <6> perldoc -f require <7> require. To access this perldoc please type, at a command line, 'perldoc -f require'. You may also find it at http://perldoc.perl.org/functions/require.html <1> s0undt3ch, read the following manual: perldoc -f require <2> tuber: thanks, I got it <2> jablko: this works -> http://rafb.net/paste/results/ce9NKM66.html <7> The paste ce9NKM66 has been moved to http://erxz.com/pb/1726 <8> if I want to match and return domain.tld from http://domain.tld/, shouldn't this do the trick: $dom = /http:\/\/(\w+.\w+)\//; ? <9> GumbyBRAIN: take my worf, PLEASE <10> please to be my imposing presence crushing your head! Your head is flat! Because i'm crushing it! <9> haha <11> $bar; foo($bar); sub foo { $_[0]=1; } does not modify $bar. How can I within foo() ? <12> Supaplex: lies. <12> eval: $bar = 4; sub foo { $_[0]=1 } foo($bar); $bar <7> Botje: 1
Return to
#perl or Go to some related
logs:
ubuntu ice1712 envy24 dmraid rebuild ICH7R #xine debian etch ca0106 alsaconf udevdb presence implies active udev #gaim #fedora Error trying to open /dev/sg0 exclusively (Permission denied)... retrying in 1 s ircdriven #linux
|
|