Help for this page

Select Code to Download


  1. or download this
    my %opt;
    $opt{'M'} = \*MF;   # You should use a reference here.
    while (readline($opt{'M'})) {
        print "loop one...\n";
    }