Help for this page

Select Code to Download


  1. or download this
    $isxml = 0;
    while(<HANDLE>) {
    ...
    if($isxml) { # xml file stuff here }
    else { # not xml file stuff here }