Help for this page

Select Code to Download


  1. or download this
    # read
    open my $fh, '<', 'file.ext' or die $!;
    
    # write
    open my $wfh, '>', 'file.ext' or die $!;
    
  2. or download this
    # errata removed
    
    ...
    main::(script.pl:8):    print $x;
      DB<1> x $x
    0  'y'