Help for this page

Select Code to Download


  1. or download this
    sub foo {
        ...
    ...
            if <condition>;
        ...
    }
    
  2. or download this
    $ cat my_with_if.pl
    #!/usr/bin/env perl
    ...
    $result after 'my' is "call 2.1"
    $result after '//=' is "call 2.1"
    
  3. or download this
     
        my $var = <condition> ? "<value>" : undef;