Help for this page

Select Code to Download


  1. or download this
    if ($ff1) {
        my @a_ff1 =  &GetRow("$ff1")
    }
    
  2. or download this
    if ($ff1) {
        my @a_ff1 =  &GetRow("$ff1");
        print join "\n", @a_ff1;
    }