Help for this page

Select Code to Download


  1. or download this
    #!usr/bin/perl-w
    $a=0.9; $b=0.7; $c=0.5;
    if($a>$b>$c){print"\n$a is largest.\n";$x1=$b/$a;$x2=$c/$a;# Line 3
    ...
    print"\n values are  $x5r, $x6r";
    }
    exit;# Line 13
    
  2. or download this
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    
    ...
    syntax error at C:\Users\DR-SUPRIYO\Desktop\test.pl line 12, near "}"
    Execution of C:\Users\DR-SUPRIYO\Desktop\test.pl aborted due to compil
    +ation erro
    rs.
    
  3. or download this
    My Expected Result should look like this:
    0.9 is largest.
    values are 0.78, 0.56