Help for this page

Select Code to Download


  1. or download this
      @arr = ('092205', '092305', '092605');
      $_ = join "/", unpack("a2a2a2", $_) for @arr;
    
  2. or download this
      print "$_\n" for @arr;