Help for this page

Select Code to Download


  1. or download this
        $status eq "yes"
    
  2. or download this
        $status == "yes"
    
  3. or download this
        $text3 = @$text;
    
  4. or download this
        shift(@$text);
    
  5. or download this
        while ($extra2 <= $#$text) {
            $text[$extra4] = $$text[$extra2];
            $extra2++;
            $extra4++;
        }
    
  6. or download this
        @text = @{$text}[$extra2..$#$text];