fork download
  1. #!/usr/local/bin/perl
  2. my $string = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.*! ";
  3. $string =~ s/(.)(.)(.)(.)(.)(.)(.)(.)/$3$7$6$1$8$5$4$2/g;
  4. $string =~ /(^.{5})(\w)(.{4})(.)(.*)([rR])(.)(.)(.)([Y])
  5. (.)(\d)(.)(\D)(.)(\W{2})(.)(\s)(.)(\w)(\S)/;
  6. print "Cache Coordinates : $4$11$7$18$7$9$19$21$11$21$18";
  7. print "$2$7$13$8$18$12$11$19$17$15$12\n";
  8. print "Attention : since 16/08/09 add 0.004 to the North!!\n";
Success #stdin #stdout 0.01s 5292KB
stdin
Standard input is empty
stdout
Cache Coordinates : 9!!7! 
Attention : since 16/08/09 add 0.004 to the North!!