| Sulpicus | ok... i have an assignment problem... $final_hash{$url} = ( @init_array ); wont work... there are three elements in @init_array i need a copy of that array at position $url of final_hash |
| dazjorz | insult: buubot |
| apr5 | rindolf: a cipher |
| buubot | buubot is a lily-livered bilge rat! |
| dazjorz | insult: gumbybrain: |
| buubot | gumbybrain: is a cur! |
| GumbyBRAIN | best of gumbybrain 6 is also |<reply> fuck going to a variable using my, and then print out "foo". (I don't want to learn a lot..if i save them and not a help channel. |
| rindolf | apr5: then see Crypt::Rijndael apr5: or Crypt::Blowfish or whatever. |
| Sulpicus | do i need to clone @init_array? |
| dazjorz | perlbot gumbybrain |
| perlbot | GumbyBRAIN is BinGOs' experimental megahal bot and not an infobot ( despite appearances to the contrary ). Source from http://www.gumbybrain.com :: <GumbyBRAIN> perlbot is the be-all and end-all. |
| f00li5h | Sulpicus: you can only have scalars in hashes. |
| GumbyBRAIN | And on the gumbybrain. |
| apr5 | ty rindolf |
| action | ew73 reads some older x-men comics. Does ANY enemy Iceman freezes EVER stay frozen more than a frame? |
| ew73 | reads some older x-men comics. Does ANY enemy Iceman freezes EVER stay frozen more than a frame? |
| Caelum | Sulpicus: see perldoc perlreftut |
| Sulpicus | does my @new_ar = @init_array result in a copy of init_array? |
| f00li5h | Sulpicus: sure Sulpicus: but not a deep copy |
| Sulpicus | ok... all questions anserd dont need it deep |
| apr5 | argh neither of those modules are installed |
| Caelum | Sulpicus: $final_hash{$url} = \@init_array |
| apr5 | rindolf: there any modules, which are more likly to be installed? I expected blowfish to be already installed, but forth I am wrong. |
| Caelum | Sulpicus: or [@init_array] if you want to make a copy |
| rindolf | apr5: installed where? |
| Sulpicus | tx |
| rindolf | apr5: are you looking for a pure-Perl module? |
| apr5 | on a server which has been used for quite a while, as in common in other applications |
| Sulpicus | that was my point... |
| apr5 | nope, doesnt matter if pure perl; just makes it easier than having to ask my manager for root to install another module |
| f00li5h | apr5: just install the module you want |
| Caelum | 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/ |
| f00li5h | apr5: you can even install it without being root |
| Sulpicus | does \[@init_array] work the way i think it does? |
| f00li5h | Sulpicus: how do you think it works? |
| Caelum | apr5: that page describes how to sanely do non-root installs with CPAN |