Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    bob(1);
    bob('a');
    bob('c');
    
  2. or download this
    if (my $a = $c) {
        #...
    } elsif (my $a = $b) {
        #...
    }