Help for this page

Select Code to Download


  1. or download this
    cheat( "/home/cheatsheets/$prefix.txt" , \*STDOUT );
    sub cheat {
    ...
        }
        close $info;
    }
    
  2. or download this
    use File::Copy qw' copy ';
    copy( "/home/cheatsheets/$prefix.txt" , \*STDOUT  );