| f00li5h | and an array is a numerically keyed array BUT in php there is order in associative arrays (there is not order in perls hashes) |
| seekwill | f00li5h: So if I used a hash, I don't need to do that $question|$answer thing... Makes sense. Thanks |
| f00li5h | IO::Prompt |
| seekwill | No documentation found for "IO::Prompt". |
| f00li5h | corelist: IO::Prompt |
| buubot | IO::Prompt will be added by christmas |
| f00li5h | seekwill: it's not in core (so it's not already installed) you'll have to get it from cpan perlbot: life with cpan? |
| perlbot | Information pertaining to the Comprehensive Perl Archive Network (CPAN) can be found at http://sial.org/howto/perl/life-with-cpan/ |
| seekwill | Thank you |
| f00li5h | seekwill: cpan is pear, only good, big and full of useful things |
| seekwill | I didn't use pear |
| f00li5h | seekwill: you should. |
| kunwon1 | CPAN++ |
| seekwill | I don't use PHP much anymore :) |
| f00li5h | seekwill: print "may i take X"; $config{ X } = chomp(<STDIN>) || default; seekwill++ # friends don't let friends do php |
| seekwill | hehe |
| integral | eep, finished, 47/46/17/16/3 yellow. |
| f00li5h | integral: your statement confuses me |
| integral | it's the election result. the yellows are one seat ahead of the reds. shockingly the blue beat the orange! And there's only three others! |
| f00li5h | good lord! not the tan! |
| ticallion | Hi guys, what's the preferred method of adding '<?xml version="1.0" encoding="UTF-8"?>' with XML::LibXML? |
| f00li5h | ticallion: of doing what now? |
| perlygatekeeper | foolish !! |
| f00li5h | perlygatekeeper: meow! perlygatekeeper: i joined #rpm, and there's a guy in there called "Foolish" it was eerie |
| mighty-d | hi, would any one explain to me the difference between tr/ and s/ patterns? |
| f00li5h | mighty-d: yes, tr is not a pattern at all mighty-d: it's transliteration |
| ticallion | f00li5h, Is there a method in XML::LibXML that writes the file and inserts that header or should I just use Perl directly to do it |
| mighty-d | f00li5h: yes, i know but, if i do s/ and tr/ whats the difference? |
| f00li5h | lonecoder: i have no idea, i avoid xml because it is painful mighty-d: do you know what transliteration is? |