Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    open my $fh, '<', \$buffer;
    
    copy($fh, "foo.txt");
    
  2. or download this
    stat() on unopened filehandle $fh at /share/perl5/lib/5.8.6/File/Copy.
    +pm line 82.