Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    my $file= $ARGV[0];
    ...
        print
    }
    system "crrep.pl",$file;
    
  2. or download this
    CRREP.PL
    use warnings;
    use strict;
    ...
    $xhash = XML::Twig->new();
    $xhash -> parsefile($file);
    $xhash -> print;