Help for this page

Select Code to Download


  1. or download this
    sub foo {
        unless (@_ <= 4) {
    ...
        }
        ...
    }
    
  2. or download this
    sub foo (;$$$$) {
        ...
    }
    
  3. or download this
    @bar = qw[red blue green yellow brown pink];
    foo @bar;