Help for this page

Select Code to Download


  1. or download this
    sub unchomp { $_ = $_.$/ foreach @_ ? @_ : $_; }
    
    ...
       unchomp;
       print;
    }
    
  2. or download this
    sub unchomp { $_ = $_.$/ foreach @_ ? @_ : $_; }
    
    ...
       unchomp;
       print;
    }