Guest User

Untitled

a guest
Nov 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #!/usr/bin/perl
  2. use strict;
  3. use warnings;
  4. my @ar=<DATA>;
  5. my $str=join'',@ar;
  6. #print $str;
  7. if($str=~ s/"([^"]*)"/uc($1)/eg)
  8. {
  9. print $str;
  10.  
  11. }
  12. __DATA__
  13. output = " as (10) print "it if achieved. print" # This is comment.NUMBERS"
  14.  
  15. output = AS (10) PRINT it if achieved. print # THIS IS COMMENT.NUMBERS
Add Comment
Please, Sign In to add comment