Help for this page

Select Code to Download


  1. or download this
    sub blarg {
        $i = $i+1;
        return $i;
    }
    
  2. or download this
    use strict;
    sub blarg {
        $i = $i+1;
        return $i;
    }
    
  3. or download this
    use strict;
    sub blarg {
        my $i = $i+1;
        return $i;
    }
    
  4. or download this
    ------------
    :Wq
    Not an editor command: Wq