Help for this page

Select Code to Download


  1. or download this
    while ($line = <INPUT>) {   # or where ever you get your input from
      @temp = split()/,+/, $line);
    ...
          # then do whatever you want
      }
    }
    
  2. or download this
    while ($line = <INPUT>) {   
      /([e\d+.]+),[the same],[the same],([the same]),([the same]),([the sa
    +me])/;
    ...
        # do your ting
      }
    }