Created
November 11, 2011 16:53
-
-
Save zostay/1358515 to your computer and use it in GitHub Desktop.
Best, quickest, safe way I know to pull out the " at x.pm line 1." is:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my $x = reverse $@; | |
$x =~ s/^.*? \ ta \ //xms; | |
$x = reverse $x; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment