Help for this page

Select Code to Download


  1. or download this
    if ($fi eq "\n")
    {
    ...
    {
      # some other code here
    }
    
  2. or download this
    if ($fi eq "\n")
    {
     exit;
    }
    # some other code here