Help for this page

Select Code to Download


  1. or download this
    sub x 
    {
    ...
        print "$q\n";
      }
    }
    
  2. or download this
    sub x 
    {
    ...
        until ( not @_forlist );
      }
    }