Help for this page

Select Code to Download


  1. or download this
       s/test/somestuff/;
       print;
    
  2. or download this
    s/^(\d+)/("0"x(8-length).$1)/xe and print or
           s/^(\w)/("\x20"x(8-length).$1)/xe and print for @ARGV;