Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my_print();          
       print " (Perl Style:\$i==$i)\n";
    }
    
  2. or download this
    1 (C-Style:$i==1)
    2 (C-Style:$i==2)
    3 (Perl Style:$i==x)
    3 (Perl Style:$i==y)