#perl - Thu 29 Mar 2007 between 13:46 and 14:02



phroggyhere's one: are there any other bots that will automatically suggest the corect speling (sp?) of a misspelled word or phrase, when requested in the way I just did?
...I didn't think so. :-)
Ani-_buubot spell: yes
buubotyes is the correct spelling!
Ani-_Think again
TeraHertzthere is xml::parser and xml::rss for this work
Ani-_buubot spell: misspelled
buubotmisspelled is the correct spelling!
Ani-_buubot spell: mispelled
buubotmispelled seems to be incorrect, perhaps you wanted one of: mi spelled mi-spelled misspelled dispelled spelled misapplied miscalled respelled misspell misled misplaced misplayed spilled
The_TiKcan someone pls tell me what i'm doing wrong "if ($_ =~ (.*\myspace.com\*)" i want it to check if $_ contians the string myspace.com but it isn
phroggyuhh, yeah..
your regex is wrong.
in several ways.
Dieuthe .* doesnt let you to reach myspqce.com
phroggyfirst, it's not a regex.
maukefirst, that isn't a regex
haha
phroggyyeah.
maukeThe_TiK: if (index($_, "myspace.com") >= 0)
phroggyif you want to be standard, use slashes as your delimiters; if you want to use parens, you need to explicitly use an m
The_TiK(*\myspace.com*\)?
phroggyalso, if you're checking $_, you don't need to say so, it'll check $_ by default.
I think you're rather confused as to what a backslash does...
maukeThe_TiK: no.
The_TiKyeah, im new to this
maukeThe_TiK: if you don't like my index() solution, try perldoc perlretut
Newbie_Hello
maukeit has nice examples and stuff
Newbie_chop (my $x = system("($prog) perl - e 'printf "x" x 2000') );
The_TiKok
Newbie_why doesnt work
maukenewbie_: no.
Newbie_how should i do it
maukenewbie_: do what?
Newbie_what is wrong?
maukeeverything
Newbie_ok, i tell you waht i want to do
i want to run nmap with an argument 2000 a.
maukesystem "nmap", "a" x 2000;

Page: 4 11 18 25 32 39 46 53 60 67 74 81 88 95 102 109 

IrcArchive