Help for this page

Select Code to Download


  1. or download this
      if ($left .. $right)
      {
        ...
      }
    
  2. or download this
      while (<DATA>)
      {
    ...
      second
      third
      fourth
    
  3. or download this
      while (<DATA>)
      {
    ...
      fourth
      fifth
      end
    
  4. or download this
      while (<DATA>)
      {
    ...
      second
      third
      end
    
  5. or download this
      while (<DATA>)
      {
    ...
      third
      fourth
      fifth
    
  6. or download this
      while (<DATA>)
      {
    ...
      2       fourth
      3       fifth
      4E0     end
    
  7. or download this
      while (<DATA>)
      {
    ...
      3       second
      4E0     end
      1E0     start third end
    
  8. or download this
      while (<DATA>)
      {
    ...
      __OUTPUT__
      1       start first end
      2       ignore