Tagged Questions
0
votes
1answer
157 views
Perl regex syntax generation
This is a follow up to the question posted here: http://stackoverflow.com/questions/3358361/perl-regex-syntax
The results from that discussion yielded this script:
#!/usr/bin/env perl
use strict;
...
0
votes
1answer
275 views
Perl Regex syntax
I would like to use Perl to take a previously generated SPSS syntax file and format it for use in an R environment.
This is probably a very simple task for those familiar with Perl and regex, but I ...