Help for this page

Select Code to Download


  1. or download this
        i++;   /* Increment i */
    
  2. or download this
        { no strict 'refs';
          *{$caller} = &{$something};
        }
    
  3. or download this
        my @list = do {no warnings; qw /foo #bar baz,/};