Help for this page

Select Code to Download


  1. or download this
    print scalar( reverse substr( $_, 0, rindex($_," //") ) ), "\n" while 
    +(<>);
    
  2. or download this
    print map { scalar reverse(substr( $_, 0, rindex($_," //") )), "\n" } 
    +<>;