Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    sub f {
        my $arg = defined $_[0] ? shift : 'default';
    }
    
  2. or download this
    default
    hi