Help for this page

Select Code to Download


  1. or download this
    sub x{ @_[3,4,5,6,8]=(3,4,5,6,939);show(@_)}
    
  2. or download this
    my @y;$y[3]=undef;
    
  3. or download this
    x(@y);
    
  4. or download this
    x($y[0],$y[1],$y[2],$y[3]);
    
  5. or download this
    @_[3,4,5,6,8]=(3,4,5,6,939);