Help for this page

Select Code to Download


  1. or download this
    my $file = "/tmp/test.xml";
    open (INFILE, "<$file");
    my @FiTime = grep {/SentTime/} (<INFILE>);
    Print "\n***** @FiTime";