 |
<& /templates/login_panel.mas
&> <& /templates/gws_services.mas &>
|
 |
| contact
groovy
web
services |
|
| phone |
+1 604.417.1021 |
| |
|
| email |
<%perl>
## convert string to hex uri encoding
##
my $string = 'admin@groovy-web.com';
my ($char, $uri);
for (my $i = 0; $i <= length($string); $i ++) {
## convert to uri enc
##
$char = '%' . sprintf("%1x", ord(substr($string, $i, 1)));
if ($char ne '%0') {
$uri .= $char;
}
}
%perl>
admin@groovy-web.com |
| |
|
| msn |
enterpriseengineer@groovy-web.com |
| aol |
groovcom |
| icq |
172038085 |
|
|
 |
| |
|
|
|
 |
<& /templates/random_quote.mas &> |
|