Help for this page

Select Code to Download


  1. or download this
      echo -e "1\n2\n3\n4" | perl -lne 'print if 2..2'
    
  2. or download this
      perl -le 'print 2..2'
    
  3. or download this
      echo -e "1\n2\n3\n4" | perl -lne 'print if 2...2'
    
  4. or download this
      perl -le 'print 2...2'
    
  5. or download this
      $x = $x ....... $y ...... $z ...... $x;
      $y = $x ...... $y ........... $z;
      $z = $x .... $y ........ $z;