Home Page   #javascript  #perl  #c  #openmoko  #php  #ruby-lang  #apache  #cisco  #java  #mysql   Wallpapers Girl
Reliable $1 Web Hosting by 3iX

Channels


#perl

31 December 2007


Total 26 pages. You are browsing page 3/26.

First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last

01:12 <****> ehe "Contributions $1 to $99 .... Znet, Zoffix 07/29/2007 at 3:24 am" :)
01:13 <****> the line of script that goes with that is this
01:13 <****>{users}{$paste_chan}{$nick}{mode} =~ /@/) {
01:13 <****> Hi. i just wanted to ask if it's ok to ask before asking, or should I just ask? Just asking...
01:13 <****> pb1dft: did you mean @_?
01:13 * Limbic_Region afk
01:14 <****> no i'm tring to match the Operator mak
01:14 <****>
01:14 <****> mmlj4, I am pretty sure the channel message says "Don't ask to ask, just ask..."
01:14 <****>
01:14 <****> mmlj4, as well as in the FAQ
01:14 * jawnsy wuggles Zoffix_
01:14 <****> Anyone played with Tkx?
01:14 <****> Zoffix_: who reads FAQs anyway
01:15 <****> Smart people.
01:15 <****> mmlj4: since you already asked, you've answered your own question =p
01:15 <****> anyone has they solution?.
01:15 * CPAN upload: Text-CSV-Unicode-0.099 by RMBARKER
01:15 <****> you can has solution?
01:16 <****> I'm getting the following error
01:17 <****> Use of uninitialized value in pattern match (m//) at /usr/local/share/pastebot/Client/IRC.pm line 236.
01:17 <****> the line of script that goes with that is this
01:17 <****>{users}{$paste_chan}{$nick}{mode} =~ /@/) {
01:17 <****> pb1dft, /\@/
01:17 <****> lemmi try
01:18 <****> lol
01:18 <****> someone needs to read perldoc perlretut
01:18 <****> same error
01:18 <****>{long}{mess}{which}{would}{be}{nicer}{shorter} is set to undef
01:18 <****> pb1dft, it's not an error it's a warning. What have to tried to fix it?
01:18 <****> sec.
01:20 <****> http://pastebin.ca/839395
01:20 <****> pb1dft: The paste 839395 has been copied to http://erxz.com/pb/6078
01:21 <****> it says i'm not operator on specified channel but i am
01:22 <****> the string doesn't match cuz its undef?
01:22 <****> pb1dft, so if you take that and add your unitialized $ warning... what do you think the problem might be?
01:22 <****> how do i fix..
01:22 <****> heh
01:22 <****> i dunno i'm learning to understand perl
01:23 <****>) in a while context, what is it ?
01:23 <****>{users}{$paste_chan}{$nick}{mode} _is_ and where you get it from, so what do you think we will answer for "how do i fix.."?
01:23 <****> sputnick, perldoc perlop
01:23 <****> sputnick: looping over stdin
01:23 <****> oh sorry i just psted part of the script at pastebin
01:24 <****> it's part of a pastebot script
01:24 <****> from rcaputo
01:24 <****> pb1dft are you sure that @ character is part of your operator status? maybe you need to match against +o ?
01:24 <****> well, it's undef by all appearances
01:25 <****> fihi09, I am pretty sure it's looping over all the files that got into @ARGV
01:25 <****> Zoffix_: right, and then over STDIN
01:27 <****> Zoffix_: right, that too
01:28 <****> anno-, hmr.. but it doesn't wait for anything if you pass some files.
01:28 <****> from STDIN that is
01:29 <****> if you read again after eof it does
01:29 <****> ah, ok
01:29 <****> its magic... and we don't know what he wants to do with it =p
01:29 <****> :)
01:30 <****>){}
01:30 <****>))) { (); }
01:31 <****> pity unshift @ARGV, \ "some prefix\n" doesn't work.
01:31 * CPAN upload: PDF-OCR-1.04 by LEOCHARRE
01:31 <****> Zoffix
01:31 <****> it doesn't open it in stringy mode which could be handy sometimes
01:31 <****> asspan isn't something I know about, Zoffix_
01:31 <****> Zoffix
01:33 <****>login($username, $password) will be equal to 0 (error), what can be done to solve the problem?
01:35 <****> SkimO: how do you know the dot is the problem?
01:35 <****> anno- because I am checking with a plain telnet and all the fails are in the users with a dot inside the login
01:36 * dkulchenko is getting tired of searching for a program to automate the File Release System of Sourceforge
01:36 <****> how can I print a regular expression?
01:36 <****> for example: telnet localhost 110... user test.10 pass test result is +OK
01:36 <****> but the script will return Error
01:36 <****> degreseven: what do you mean?
01:36 <****> SkimO: see what it's doing in wireshark
01:37 <****> I want to see the actual regular expression string
01:37 <****> eval: qr/^foo/
01:37 <****> Caelum: qr/(?-xism:^foo)/
01:37 <****> degreseven: enclose it in single quotes, as such: print 'm/hi/';
01:38 <****> degreseven: if you make it with qr// you can just print it
01:38 <****> oh, thanks
01:38 <****> dkulchenko: that won't reflect things you'd want to see
01:40 <****> wireshark?
01:40 <****> dont understand that :)
01:40 <****> anno-: ah
01:40 <****> SkimO, it's a program, google
01:40 <****> you're right
01:40 <****> SkimO: it's a program which shows you network traffic
01:40 <****> ahhh
01:40 <****> SkimO: or step through the code with perl -d
01:40 <****> SkimO, sudo -H apt-get install wireshark
01:41 <****> brb: going to sniff the connection :)
01:41 <****> you *have* looked at the documentation, right?
01:45 <****> back
01:46 <****> the sniffing reports the username is sent according to the real id (test.10) and the +OK response is received, but still the function returns error
01:46 <****> Hi - wasn't quite sure which channel to post in - one of my perl scripts used "use Mysql;" for the MySQL module (not DBD:: or anything), but now in v5.8.8 it just can't find the module. Is the module I was using defunct or is there a new equivalent?
01:47 <****> google v1 - http://backrub.c63.be/1997/backrub.htm
01:49 <****> probonic: you should be using DBI with DBD::mysql
01:50 <****>query("SELECT...");" whereas with DBD::mysql that doesnt exist
01:50 <****> will I just have to convert them all to the DBD:: way of doing things? I realise I'm probably using some old antiquated way of doing things lol
01:51 <****> probonic: right


Total 26 pages. You are browsing page 3/26.

First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last


Tutti i nuovi CAP Italiani. Come ottenere il database completo