Help for this page

Select Code to Download


  1. or download this
     print FH $foo;
  2. or download this
      use IO::Handle;
      $files{$self->{_filetype}}->print($entry);
    
  3. or download this
      print { $files{$self->{_filetype}} } $entry;
  4. or download this
      do BLOCK -> method(LIST);
      method BLOCK LIST;