Help for this page

Select Code to Download


  1. or download this
    open(SUMMARY, ">:utf8", ">Item Summary.txt");
    
  2. or download this
    my $outfile = ">Item Summary.txt";
    open(SUMMARY, ">:utf8", $outfile)
        or die "Couldn't create '$outfile': $!";