- or download this
use URI::Escape qw(uri_escape);
sub {
...
return show_err("Incomplete node link?");
}
}
- or download this
sub ret_link_by_id {
my $tracking = shift; # eg "&lastnode_id=23453"
...
}
}
}
- or download this
sub {
my $t_ref = shift;
...
return encode_entities($1);
}
}
- or download this
You can link by URL like this:
<pre>
\<a href="http://www.perlmonks.org/"\><a href=http://www.perlmonks.o
+rg/>Perl Monks</a>\</a\>
</pre>