Help for this page

Select Code to Download


  1. or download this
        $obj->$method(@args);
    
  2. or download this
        &{$foo}(@args);
        $foo->(@args);
    
  3. or download this
    delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};   # Make %ENV safer