Help for this page

Select Code to Download


  1. or download this
    open (XMLFILE,">c:/Perl_Tests/".$filename.".xml");
    
  2. or download this
    my $path = ">c:/Perl_Tests/".$filename.".xml";
    open (XMLFILE, $path) or die "Opening $path : $!";