view _test/temp.pl @ 199:e743a8481327

Added REST support for forms (with only get and post methods)
author sergey
date Mon, 23 Apr 2012 01:36:52 +0400
parents 2ffe6f661605
children 68a59c3358ff
line wrap: on
line source

#!/usr/bin/perl
use strict;

print join ',', "-some::mod::here" =~ m/^(-)?(\w+(?:::\w+)*)$/;