Help for this page

Select Code to Download


  1. or download this
    @lines = &readFile ;
    @output = &parseLines(@lines) ;
    &doReport(@output) ;
    
  2. or download this
    $f1 = func1();
    $f2 = func2($f1);
    ...
    print $f3;
    (or)
    print func3($f2);