Help for this page

Select Code to Download


  1. or download this
    open(my $infile, '<', "./file") or die "Cannot open file: $!";
    binmode($infile);
    ...
    close $outfile;
    
    system ( 'pause' );
    
  2. or download this
    my $reference = $buffer;
    print $reference;