| simcop2387 | eval: "a" .. "" |
| avar | simcop2387: yes, a..z in ASCII inclusive is not what I mean by "any" :) |
| buubot | simcop2387: 1E0 |
| avar | it goes up to zz |
| simcop2387 | eval: ("a" .. "") |
| buubot | simcop2387: 1E0 |
| simcop2387 | whys it saying 1E0 eval: 1E0+1 |
| buubot | simcop2387: 2 |
| simcop2387 | i blame my encoding eval: [ "a" .. "" ] |
| buubot | simcop2387: ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','aa','ab','ac','ad','ae','af','ag','ah','ai','aj','ak','al','am','an','ao','ap','a |
| simcop2387 | nope maybe not |
| avar | eval: my @a = ("a" .. ""); $a[-1]; |
| buubot | avar: zz |
| boch | yeap a while inside a while worked, thanks |
| action | CPAN upload: Template-Plugin-Perl-0.06 by AGENT |
| CPAN | upload: Template-Plugin-Perl-0.06 by AGENT |
| jontec | cfedde: Okay, so I got output... but what is it telling me... for "" I got no spaces... so would I just use "" in the arguments too? |
| cfedde | jontec: I'm not sure I understand what you are asking. |
| jontec | cfedde: beside the zero, I got just " : " which I think was no spaces. Based on that, should I just use "" in my arguments if I want ""? |
| Khisanth | if you want "" then use "" as one of your arguments |
| cfedde | jontec: if you want @ARGV to contain the null string then you can pass '' or "" to perl from the bash command line. note that the null string is not undef. eval: "" ? "true" : "false" |
| buubot | cfedde: false |
| cfedde | eval: " " ? "true" : "false" |
| buubot | cfedde: true |
| jontec | cfedde: what is : or, rather, what does it do? |
| kcbanner | how to clear a hash in perl I have a full hash I wants it empty |
| somian | I wants a fishes, preciousssss |
| kcbanner | nvm the later the hour, the less coherent I become |
| action | CPAN upload: Template-Plugin-POSIX-0.05 by AGENT |
| CPAN | upload: Template-Plugin-POSIX-0.05 by AGENT |
| somian | gollum, gollum! |
| kcbanner | good show that was |
| mauke | delete @HASH{keys %HASH}; AIIRRR |
| f00li5h | mauke: that's a great plan |