#perl - Mon 5 Mar 2007 between 07:35 and 07:38



sabakasnow thats the reason I don't like interpreters
asm rules
f00li5hsabakas: interpreters? why?
because you do what you tell them?
CaT[tm]wtf?
aSmigeval: [ "123456\nfooweebar\n654321" =~ /.*foo(.*)bar$.*/ ]
buubotaSmig: ['wee']
aSmigeval: [ "123456\nfooweebar\n654321" =~ /.*foo(.*)bar\$.*/ ]
buubotaSmig: []
Woostaf00li5h: we're not there yet
eval: $.='X'; ["fooZAPbarZAP" =~ /.*foo(.*)bar$.*/]
buubotWoosta: ['ZAP']
f00li5hWoosta: hrm?
WoostaOh
ignore me .. *
CaT[tm]eval: [ "blablabla\nfooblabar\nblablabar\nmoo" =~ /.*foo(.*)bar(?:$).*/ ]
buubotCaT[tm]: []
Woostaeval: $.='X'; ["fooZAPbarZAP" =~ /.*foo(.*)bar$.+/]
f00li5hWoosta: done.
buubotWoosta: []
sabakasthere is no ambiguity in: mov ax,0
f00li5huse /x
Woosta^^ now it's looking for 1 or more 'X' .. there is none
f00li5hthen you can stuff it with whitespace
Woostaeval: $.=''; ["fooZAPbarZAP" =~ /.*foo(.*)bar$.+/]
buubotWoosta: ['ZAP']
decwhat has $. got to do with anything there?
Woosta^^ when $. is nothing, it works .. coz there is 1 or more 'r'
f00li5hdec: because $. gets interpolated
Woostadec: it's interpolated in
decah I see
:)
CaT[tm]dec: $. evals to nothing, hence bar$.* becomes bar*
f00li5hjust use /x already
dec^^ indeed
f00li5heval: print qr/ .* foo (.*) bar$ .*/x
buubotf00li5h: (?x-ism: .* foo (.*) bar$ .*) 1
Woostaf00li5h: we sorted the original problem .. I'm just trying to explain why what he had appeared to work
f00li5hWoosta: i wondered why we were still taking about this.
Woosta[22:27] <Woosta> I believe that it appears to be giving you the answer you want .. I don't believe it's working like it looks though

Page: 1 8 15 22 29 36 43 50 57 64 71 78 85 

IrcArchive