Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #
    ...
        print STDERR $text;
        return 1;
    }
    
  2. or download this
        Ratio Change:  0.1 => 0.101
        Ratio Change:  0.101 => 0.100899100899101
    ...
        Ratio Change:  0.0989010989010989 => 0.0988023952095808
        Start percentage ... 10.0000%
          End percentage ...  9.8802%
    
  3. or download this
        my $text = "Ratio Change:  $ratio0 => $ratio1\n";
    
  4. or download this
        my $text = "Ratio Change:  %7.4f => %7.4f\n", $ratio0, $ratio1;
    
  5. or download this
        my $text = sprintf "Ratio Change:  %7.4f => %7.4f\n", $ratio0, $ra
    +tio1;
    
  6. or download this
        Useless use of private variable in void context at warn.pl line 59
    +.
        Useless use of private variable in void context at warn.pl line 59
    +.
    
  7. or download this
        Ratio Change:  %7.4f => %7.4f
        Ratio Change:  %7.4f => %7.4f
        Ratio Change:  %7.4f => %7.4f
        Start percentage ... 10.0000%
          End percentage ...  9.9900%
    
  8. or download this
        Ratio Change:   0.1000 =>  0.1010
        Ratio Change:   0.1010 =>  0.1011
    ...
        Ratio Change:   0.1013 =>  0.1012
        Start percentage ... 10.0000%
          End percentage ... 10.1202%
    
  9. or download this
    Global symbol "$ratio0" requires explicit package name at ./warn.pl li
    +ne 26.
    Global symbol "$ratio1" requires explicit package name at ./warn.pl li
    +ne 27.
    ...
    Global symbol "$ratio0" requires explicit package name at ./warn.pl li
    +ne 59.
    Global symbol "$ratio1" requires explicit package name at ./warn.pl li
    +ne 59.
    Execution of ./warn.pl aborted due to compilation errors.
    
  10. or download this
    Ratio Change:   0.1000 =>  0.1001
    Ratio Change:   0.1001 =>  0.1000
    ...
    Ratio Change:   0.0991 =>  0.0992
    Start percentage ...  0.0992%
      End percentage ...  0.0992%