| matteo | $ mplayer -frames 0 -identify cosmo_night.wav |fgrep ID_LENGTH IDENTIFY: ID_LENGTH=14103.00 |
| timh | Hello Is there a way to specify variable variables? ... like ${foo$i} = $bar ? |
| Ani-_ | timh: why do you want to do that? |
| ayrnieu | timh - yes, but use a hash instead. |
| merlyn | you really don't want to do that this is not PHP. :) or shell |
| Ani-_ | timh: are you sure you can't use an array? |
| timh | Ani-_, ayrnieu, merlyn: I have to fill out a form (WWW::Mechanize) ... where I need $fieldname$i => $value |
| merlyn | but mechanize doens't need a *Perl* variable named $fieldname3 it needs an element of a hash with a key of "fieldname3" that's an entirely different problem |
| timh | merlyn: offcourse ... you're right ... thanks |
| action | merlyn bows |
| merlyn | bows this is not my first week using Perl. :) nor programming. |
| Khisanth | first millenium |
| merlyn | I was just discussing Unix with my friend last night... and this year I will have used Unix for *30* years. |
| ayrnieu | You first-milleniers are all the same. |
| merlyn | Older than dirt. :) |
| Ani-_ | You are dirt! So you can't be older... |
| merlyn | nah - that's just because I haven't showered yet. |
| Ani-_ | .= " :)"; |
| merlyn | gimme another half hour you'll see I'm far more fat than dirt. :) |
| lesshaste | how do you split of two things? I.e. I want to split if there is a , or a space |
| Kryczek | 12:05 < Kryczek> Hi everybody! Could someone please help me with these 2 simple Perl-Tk questions? How can I force my Tk::Text widget (or the whole window) to redraw everytime my |
| Khisanth | split /,| / |
| Kryczek | program adds text to the widget, and how can I force that widget to scroll down (automatically perhaps) when the text goes under the visible area? 12:05 < Kryczek> of course I've searched Google before asking here 12:05 < Kryczek> I'm asking here because my searches were in vain :/ |
| action | Khisanth stabs Kryczek |
| Khisanth | stabs Kryczek |
| merlyn | eek - stop with the paste |
| mauke | lesshaste: split /[, ]/ |
| Kryczek | Khisanth: I asked here already, I'm not pasting from another channel :| |
| mauke | irrelevant |
| Kryczek | and it was totally ignored |
| merlyn | then perhaps nobody knew |