Help for this page

Select Code to Download


  1. or download this
    # Redirect STDOUT to your file
    open(TMP, ">&STDOUT);
    ...
    # Restore STDOUT
    open(STDOUT, ">&TMP");
    close(TMP) or die "Can't close temporary file: $!";
    
  2. or download this
    
    { firstname => 'Michael',
      quote     => 'Mice were crying and stinging but went on nibbling the
    + cactus', }