Help for this page

Select Code to Download


  1. or download this
                    if (/^I/) {
                            read_cal(substr($_,1), $mode);
                    } else {
                            print "|$_|\n";
                    }
    
  2. or download this
                    if (/^I/) {
                            read_cal(substr($_,1), $mode);
                    }
                    print "|$_|\n";