Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
      if (d) { e++; } else { f = g + h; }
      print "ho";
    }
    
  2. or download this
    Matched :
    foo (a, b, c) {
       if (c) { a++; } else { b--; }
       print "hi";
    }