Recent content by lali

  1. L

    Perl Graph Question? Font size increase using module Chart::StackedBars and...

    ...GD::Graph and GD::Text? Hi I am trying to draw graphs in the form of .png file using modules Chart::StackedBars,, GD::Text, GD::Graph etc. The way I am doing it is : my($graph) = Chart::StackedBars->new(2000,1200); ..... ...... $graph->set('Bars',\@status_array_)...
  2. L

    what is in cake stabilizer-ie, composition?

    like ovallet
  3. L

    what is in cake stabilizer-ie, composition?

    like ovallet
  4. L

    perl question? what is the meaning of the below perl expression?

    @name = (sort { $histogram{$b} <=> $histogram{$b} } @unique [0...4] what does this mean??
  5. L

    How to list all the duplicate files present in different folders using perl?

    Hi, I am new to perl. Pls tell me how to list all the duplicate files present in folders using perl script.
  6. L

    How to list all the duplicate files present in different folders using perl?

    Hi, I am new to perl. Pls tell me how to list all the duplicate files present in folders using perl script.
  7. L

    How to list all the duplicate files present in different folders using perl?

    Hi, I am new to perl. Pls tell me how to list all the duplicate files present in folders using perl script.
  8. L

    How to list all the duplicate files present in different folders using perl?

    Hi, I am new to perl. Pls tell me how to list all the duplicate files present in folders using perl script.
  9. L

    Bicycle tour companies in U.S with stocks?

    I'm looking for bicycle tours (eg. rental for bicycles and scooters) preferably within the U.S (Florida) or internationally. Im looking for companies that have stocks (actual stock symbols please), so that I can compare the different companies there are.
Back
Top