Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8339371
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:52:07+00:00 2026-06-09T04:52:07+00:00

sample data is this,who can i find greater number,whenever first and last digit suppose

  • 0

sample data is this,who can i find greater number,whenever first and last digit suppose 0?

                                      '3.268160E-02',

                                           '2.433833E-02',

                                           '2.473959E-01',

                                           '4.960246E-06',

                                           '1.470189E-05',

                                           '1.527312E-05',

                                           '8.997553E+01',

                                           '8.981999E+01',

                                           '2.700648E+02',

                                           '2.656095E+02',

                                           '2.719822E+02',

                                           '2.695895E+02'

for example i have 2,4,3
i want to check that 2 is greater than 0,or 2 is greater than 4
i want to check that 4 is greater than 2,or 4 is greater than 3
i want to check that 3 is greater than 4,or 3 is greater than 0

how ?plz help me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T04:52:08+00:00Added an answer on June 9, 2026 at 4:52 am

    If you want to treat those as numbers, just do. Perl will do it automatically. You can either simple sort them:

    my @sorted_list = sort { $a <=> $b } @numbers;
    

    But keep in mind that sorting is expensive and costs way too much if you just want the max.

    Or you can use List::Util to find the greatest or smallest value.

    use List::Util qw(max min);
    say max (@numbers);
    say min (@numbers);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sample data: I can flatten out parent-child relationship using this query.... Any help... Thanks
Following is the sample data. I need to make 3 copies of this data
Ok, I've got a list like this (just a sample of data): data =
My data is tab delimited and looks like this: Name Count Sample Dog .0001
I am trying to binary serialize the data of vector. In this sample below
This is the last part of this project, thanks to all who've helped with
I'm sure this is something simple, but I just can't find it. I am
Consider this sample class, class TargetClass { private static String SENSITIVE_DATA = sw0rdfish; private
Using this tutorial: http://www.c-sharpcorner.com/uploadfile/UrmimalaPal/creating-a-windows-phone-7-application-consuming-data-using-a-wcf-service/ I have created sample/hello world application on the windows phone
This data is for a holiday cottage's simple accommodation calendars. The data is simple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.