Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print "i: $i - s: $s\n";
    }
    print $s;
    
  2. or download this
    D:\>perl derp.pl
    i: 1 - s: 1
    ...
    Argument "f" isn't numeric in addition (+) at derp.pl line 10.
    i: f - s: 10
    10